Skip to content

Commit 5ac6380

Browse files
authored
Update renovate config (#1697)
1 parent f3ec89c commit 5ac6380

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/renovate.json5

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@
99
{
1010
// this is to reduce the number of renovate PRs by consolidating them into a weekly batch
1111
"matchManagers": ["github-actions"],
12-
"extends": ["schedule:weekly"],
13-
"groupName": "github actions",
14-
"separateMinorPatch": false // overrides separateMinorPatch specified above
12+
// temporarily commenting out schedule in order to get an initial PR
13+
// "extends": ["schedule:weekly"],
14+
"groupName": "github actions"
1515
},
1616
{
1717
"matchPackageNames": [

0 commit comments

Comments
 (0)