json --> json5 and silent merges thx
This commit is contained in:
parent
54e9822d28
commit
0f8f505cef
1 changed files with 4 additions and 3 deletions
|
@ -10,16 +10,17 @@
|
|||
"semanticCommitType": "fix"
|
||||
},
|
||||
{
|
||||
"automerge": true,
|
||||
"automergeType": "branch", // Directly merge to the branch without PR
|
||||
"description": "Automerge renovate updates",
|
||||
"ignoreTests": true
|
||||
"matchPackageNames": ["ghcr.io/renovatebot/renovate"],
|
||||
"matchUpdateTypes": ["minor", "patch", "digest"],
|
||||
"automerge": true,
|
||||
"ignoreTests": true
|
||||
},
|
||||
{
|
||||
"description": "Update renovate only daily",
|
||||
"matchDepNames": ["ghcr.io/renovatebot/renovate"],
|
||||
"extends": ["schedule:daily"]
|
||||
"matchDepNames": ["ghcr.io/renovatebot/renovate"],
|
||||
}
|
||||
]
|
||||
}
|
Loading…
Reference in a new issue