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",
|
"$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": ["helmv3", "nodenv", "npm", "regex", "github-actions"],
|
"enabledManagers": [
|
||||||
|
"helmv3",
|
||||||
|
"nodenv",
|
||||||
|
"npm",
|
||||||
|
"custom.regex",
|
||||||
|
"github-actions"
|
||||||
|
],
|
||||||
"packageRules": [
|
"packageRules": [
|
||||||
{
|
{
|
||||||
"matchManagers": ["helmv3"],
|
"matchManagers": ["helmv3"],
|
||||||
|
@ -15,13 +21,13 @@
|
||||||
"semanticCommitType": "feat"
|
"semanticCommitType": "feat"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"matchManagers": ["regex"],
|
"matchManagers": ["custom.regex"],
|
||||||
"matchDepNames": ["forgejo"],
|
"matchDepNames": ["forgejo"],
|
||||||
"matchUpdateTypes": ["patch"],
|
"matchUpdateTypes": ["patch"],
|
||||||
"semanticCommitType": "fix"
|
"semanticCommitType": "fix"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"matchManagers": ["regex"],
|
"matchManagers": ["custom.regex"],
|
||||||
"matchDepNames": ["forgejo"],
|
"matchDepNames": ["forgejo"],
|
||||||
"matchUpdateTypes": ["major", "minor"],
|
"matchUpdateTypes": ["major", "minor"],
|
||||||
"semanticCommitType": "feat"
|
"semanticCommitType": "feat"
|
||||||
|
@ -29,7 +35,7 @@
|
||||||
{
|
{
|
||||||
"description": "Automerge patch deps updates",
|
"description": "Automerge patch deps updates",
|
||||||
"matchManagers": ["helmv3"],
|
"matchManagers": ["helmv3"],
|
||||||
"matchFiles": ["Chart.yaml"],
|
"matchFileNames": ["Chart.yaml"],
|
||||||
"matchUpdateTypes": ["patch"],
|
"matchUpdateTypes": ["patch"],
|
||||||
"automerge": true
|
"automerge": true
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in a new issue