Skip to content

Commit c1d0646

Browse files
authored
Merge pull request #3638 from rust-lang/renovate/migrate-config
Migrate renovate config
2 parents cab8ca9 + de2ed6b commit c1d0646

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.github/renovate.json5

+7-7
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
22
extends: [
3-
"config:best-practices",
4-
":pinAllExceptPeerDependencies",
5-
":maintainLockFilesWeekly",
6-
":semanticCommitsDisabled",
7-
":label(not-rfc)",
8-
"regexManagers:githubActionsVersions",
9-
"schedule:monthly"
3+
'config:best-practices',
4+
':pinAllExceptPeerDependencies',
5+
':maintainLockFilesWeekly',
6+
':semanticCommitsDisabled',
7+
':label(not-rfc)',
8+
'customManagers:githubActionsVersions',
9+
'schedule:monthly',
1010
],
1111
}

0 commit comments

Comments
 (0)