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",
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
||||||
"extends": ["forgejo-contrib/forgejo-renovate//base.json"],
|
"extends": ["forgejo-contrib/forgejo-renovate//base.json"],
|
||||||
"assignees": ["viceice"],
|
"assignees": ["viceice"],
|
||||||
"enabledManagers": [
|
|
||||||
"custom.regex",
|
|
||||||
"github-actions",
|
|
||||||
"helmv3",
|
|
||||||
"helm-values",
|
|
||||||
"nodenv",
|
|
||||||
"npm"
|
|
||||||
],
|
|
||||||
"baseBranches": ["main", "/^maint\\/.+/"],
|
"baseBranches": ["main", "/^maint\\/.+/"],
|
||||||
"packageRules": [
|
"packageRules": [
|
||||||
{
|
{
|
||||||
|
@ -92,13 +84,13 @@
|
||||||
"additionalBranchPrefix": "ci-forgejo-",
|
"additionalBranchPrefix": "ci-forgejo-",
|
||||||
"semanticCommitType": "ci",
|
"semanticCommitType": "ci",
|
||||||
"semanticCommitScope": "forgejo",
|
"semanticCommitScope": "forgejo",
|
||||||
"groupName": "ci-forgejo",
|
"groupName": "experimental docker digests",
|
||||||
"extends": ["schedule:daily"]
|
"extends": ["schedule:daily"]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"description": "Disable major updates for forgejo ci tests",
|
"description": "Disable updates for forgejo ci tests",
|
||||||
"matchFileNames": ["ci/*.yml"],
|
"matchFileNames": ["ci/*.yml"],
|
||||||
"matchUpdateTypes": ["major"],
|
"matchUpdateTypes": ["major", "minor", "patch"],
|
||||||
"enabled": false
|
"enabled": false
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue