We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents cab8ca9 + de2ed6b commit c1d0646Copy full SHA for c1d0646
.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