Skip to content

Commit

Permalink
Migrate config .github/renovate.json5
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored May 15, 2024
1 parent cab8ca9 commit de2ed6b
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 de2ed6b

Please sign in to comment.