mirror of https://github.com/rust-lang/rfcs.git
Migrate config .github/renovate.json5
This commit is contained in:
parent
cab8ca9305
commit
de2ed6b8bf
|
@ -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',
|
||||
],
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue