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 cab8ca9 commit de2ed6bCopy full SHA for de2ed6b
.github/renovate.json5
@@ -1,11 +1,11 @@
1
{
2
extends: [
3
- "config:best-practices",
4
- ":pinAllExceptPeerDependencies",
5
- ":maintainLockFilesWeekly",
6
- ":semanticCommitsDisabled",
7
- ":label(not-rfc)",
8
- "regexManagers:githubActionsVersions",
9
- "schedule:monthly"
+ 'config:best-practices',
+ ':pinAllExceptPeerDependencies',
+ ':maintainLockFilesWeekly',
+ ':semanticCommitsDisabled',
+ ':label(not-rfc)',
+ 'customManagers:githubActionsVersions',
+ 'schedule:monthly',
10
],
11
}
0 commit comments