Skip to content

Commit 1931fc0

Browse files
Merge pull request #485 from linode/renovate-json5
[CI] move to json5, add schedule to run renovate only on weekends
2 parents 7e0ad9c + d1b2b25 commit 1931fc0

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

renovate.json renamed to renovate.json5

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@
33
"extends": [
44
"config:recommended"
55
],
6+
"schedule": [
7+
"* * * * 0,6",
8+
],
69
"labels": ["dependencies"],
710
"postUpdateOptions": ["gomodTidy"],
811
"vulnerabilityAlerts": {

0 commit comments

Comments
 (0)