chore(config): migrate renovate config (#463)
Reviewed-on: https://codeberg.org/forgejo-contrib/forgejo-helm/pulls/463 Co-authored-by: Renovate Bot <bot@kriese.eu> Co-committed-by: Renovate Bot <bot@kriese.eu>
This commit is contained in:
parent
ebf1933cdd
commit
a93b8fae0b
1 changed files with 10 additions and 4 deletions
|
@ -2,7 +2,13 @@
|
|||
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
||||
"extends": ["forgejo-contrib/forgejo-renovate//base.json"],
|
||||
"assignees": ["viceice"],
|
||||
"enabledManagers": ["helmv3", "nodenv", "npm", "regex", "github-actions"],
|
||||
"enabledManagers": [
|
||||
"helmv3",
|
||||
"nodenv",
|
||||
"npm",
|
||||
"custom.regex",
|
||||
"github-actions"
|
||||
],
|
||||
"packageRules": [
|
||||
{
|
||||
"matchManagers": ["helmv3"],
|
||||
|
@ -15,13 +21,13 @@
|
|||
"semanticCommitType": "feat"
|
||||
},
|
||||
{
|
||||
"matchManagers": ["regex"],
|
||||
"matchManagers": ["custom.regex"],
|
||||
"matchDepNames": ["forgejo"],
|
||||
"matchUpdateTypes": ["patch"],
|
||||
"semanticCommitType": "fix"
|
||||
},
|
||||
{
|
||||
"matchManagers": ["regex"],
|
||||
"matchManagers": ["custom.regex"],
|
||||
"matchDepNames": ["forgejo"],
|
||||
"matchUpdateTypes": ["major", "minor"],
|
||||
"semanticCommitType": "feat"
|
||||
|
@ -29,7 +35,7 @@
|
|||
{
|
||||
"description": "Automerge patch deps updates",
|
||||
"matchManagers": ["helmv3"],
|
||||
"matchFiles": ["Chart.yaml"],
|
||||
"matchFileNames": ["Chart.yaml"],
|
||||
"matchUpdateTypes": ["patch"],
|
||||
"automerge": true
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue