Skip to content

Commit dcf31a3

Browse files
authored
chore: Update renovate schedule to monthly runs (#182)
1 parent 104487a commit dcf31a3

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

.github/renovate.json5

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,11 @@
88
"theoctober19th",
99
"batalex",
1010
],
11-
"schedule": ["* 3 * * 5"],
11+
// Between 1AM and 6:59AM, first Friday of the month
12+
"schedule": ["* 1-6 1-7 * 5"],
1213
"lockFileMaintenance": {
1314
"enabled": true,
14-
"schedule": ["* 3 * * 5"]
15+
"schedule": ["* 1-6 1-7 * 5"]
1516
},
1617
"ignoreDeps": ["ubuntu"]
1718
}

0 commit comments

Comments
 (0)