chore(renovate): add group name for ci values and disable major updates
This commit is contained in:
parent
f28c42c1a6
commit
ec19ba4bee
1 changed files with 7 additions and 0 deletions
|
@ -92,8 +92,15 @@
|
||||||
"additionalBranchPrefix": "ci-forgejo-",
|
"additionalBranchPrefix": "ci-forgejo-",
|
||||||
"semanticCommitType": "ci",
|
"semanticCommitType": "ci",
|
||||||
"semanticCommitScope": "forgejo",
|
"semanticCommitScope": "forgejo",
|
||||||
|
"groupName": "ci-forgejo",
|
||||||
"extends": ["schedule:daily"]
|
"extends": ["schedule:daily"]
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"description": "Disable major updates for forgejo ci tests",
|
||||||
|
"matchFileNames": ["ci/*.yml"],
|
||||||
|
"matchUpdateTypes": ["major"],
|
||||||
|
"enabled": false
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"description": "branch automerge not possible",
|
"description": "branch automerge not possible",
|
||||||
"matchPackagePatterns": [".+"],
|
"matchPackagePatterns": [".+"],
|
||||||
|
|
Loading…
Reference in a new issue