chore(renovate): use preset
This commit is contained in:
parent
0c899c8ae7
commit
f22f7b560d
1 changed files with 1 additions and 9 deletions
|
@ -1,9 +1,7 @@
|
||||||
{
|
{
|
||||||
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
||||||
"extends": "config:base",
|
"extends": "forgejo-contrib/forgejo-renovate//base.json",
|
||||||
"assignees": ["viceice"],
|
"assignees": ["viceice"],
|
||||||
"semanticCommits": "enabled",
|
|
||||||
"automergeStrategy": "fast-forward",
|
|
||||||
"enabledManagers": ["helmv3", "npm", "regex", "woodpecker"],
|
"enabledManagers": ["helmv3", "npm", "regex", "woodpecker"],
|
||||||
"packageRules": [
|
"packageRules": [
|
||||||
{
|
{
|
||||||
|
@ -16,12 +14,6 @@
|
||||||
"matchUpdateTypes": ["major"],
|
"matchUpdateTypes": ["major"],
|
||||||
"semanticCommitType": "feat"
|
"semanticCommitType": "feat"
|
||||||
},
|
},
|
||||||
{
|
|
||||||
"description": "Fix forgejo docker image versioning",
|
|
||||||
"matchDepNames": ["forgejo"],
|
|
||||||
"matchDatasources": ["docker"],
|
|
||||||
"versioning": "regex:^(?<major>\\d+)\\.(?<minor>\\d+)\\.(?<patch>\\d+)-(?<build>\\d+)(?:-(?<compatibility>.+))?$"
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"matchManagers": ["regex"],
|
"matchManagers": ["regex"],
|
||||||
"matchDepNames": ["forgejo"],
|
"matchDepNames": ["forgejo"],
|
||||||
|
|
Loading…
Reference in a new issue