We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f3ec89c commit 5ac6380Copy full SHA for 5ac6380
.github/renovate.json5
@@ -9,9 +9,9 @@
9
{
10
// this is to reduce the number of renovate PRs by consolidating them into a weekly batch
11
"matchManagers": ["github-actions"],
12
- "extends": ["schedule:weekly"],
13
- "groupName": "github actions",
14
- "separateMinorPatch": false // overrides separateMinorPatch specified above
+ // temporarily commenting out schedule in order to get an initial PR
+ // "extends": ["schedule:weekly"],
+ "groupName": "github actions"
15
},
16
17
"matchPackageNames": [
0 commit comments