Skip to content

Commit

Permalink
Merge pull request #3638 from rust-lang/renovate/migrate-config
Browse files Browse the repository at this point in the history
Migrate renovate config
  • Loading branch information
ehuss committed May 16, 2024
2 parents cab8ca9 + de2ed6b commit c1d0646
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/renovate.json5
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
extends: [
"config:best-practices",
":pinAllExceptPeerDependencies",
":maintainLockFilesWeekly",
":semanticCommitsDisabled",
":label(not-rfc)",
"regexManagers:githubActionsVersions",
"schedule:monthly"
'config:best-practices',
':pinAllExceptPeerDependencies',
':maintainLockFilesWeekly',
':semanticCommitsDisabled',
':label(not-rfc)',
'customManagers:githubActionsVersions',
'schedule:monthly',
],
}

0 comments on commit c1d0646

Please sign in to comment.