chore(renovate): use preset

This commit is contained in:
Michael Kriese 2023-03-07 14:13:52 +01:00
parent 0c899c8ae7
commit f22f7b560d
No known key found for this signature in database
GPG key ID: B83F553A0724D44E

View file

@ -1,9 +1,7 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": "config:base",
"extends": "forgejo-contrib/forgejo-renovate//base.json",
"assignees": ["viceice"],
"semanticCommits": "enabled",
"automergeStrategy": "fast-forward",
"enabledManagers": ["helmv3", "npm", "regex", "woodpecker"],
"packageRules": [
{
@ -16,12 +14,6 @@
"matchUpdateTypes": ["major"],
"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"],
"matchDepNames": ["forgejo"],