chore(config): migrate config renovate.json (#1050)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
parent
b059135b80
commit
e9437d6674
1 changed files with 4 additions and 2 deletions
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"baseBranches": [
|
||||
"baseBranchPatterns": [
|
||||
"master"
|
||||
],
|
||||
"rebaseWhen": "conflicted",
|
||||
|
|
@ -14,7 +14,9 @@
|
|||
"packageRules": [
|
||||
{
|
||||
"groupName": "GitHub Actions",
|
||||
"matchManagers": ["github-actions"],
|
||||
"matchManagers": [
|
||||
"github-actions"
|
||||
],
|
||||
"pinDigests": true
|
||||
}
|
||||
]
|
||||
|
|
|
|||
Loading…
Reference in a new issue