chore(renovate): rename group and disable more updates
This commit is contained in:
parent
b6a686dec5
commit
7a2d25ecb9
1 changed files with 3 additions and 11 deletions
|
@ -2,14 +2,6 @@
|
|||
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
||||
"extends": ["forgejo-contrib/forgejo-renovate//base.json"],
|
||||
"assignees": ["viceice"],
|
||||
"enabledManagers": [
|
||||
"custom.regex",
|
||||
"github-actions",
|
||||
"helmv3",
|
||||
"helm-values",
|
||||
"nodenv",
|
||||
"npm"
|
||||
],
|
||||
"baseBranches": ["main", "/^maint\\/.+/"],
|
||||
"packageRules": [
|
||||
{
|
||||
|
@ -92,13 +84,13 @@
|
|||
"additionalBranchPrefix": "ci-forgejo-",
|
||||
"semanticCommitType": "ci",
|
||||
"semanticCommitScope": "forgejo",
|
||||
"groupName": "ci-forgejo",
|
||||
"groupName": "experimental docker digests",
|
||||
"extends": ["schedule:daily"]
|
||||
},
|
||||
{
|
||||
"description": "Disable major updates for forgejo ci tests",
|
||||
"description": "Disable updates for forgejo ci tests",
|
||||
"matchFileNames": ["ci/*.yml"],
|
||||
"matchUpdateTypes": ["major"],
|
||||
"matchUpdateTypes": ["major", "minor", "patch"],
|
||||
"enabled": false
|
||||
},
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue