chore: cleanup renovate config
continuous-integration/drone/push Build was killed Details

This commit is contained in:
Robert Kaussow 2022-08-06 22:23:20 +02:00
parent 71d915cfd8
commit f4fdeb5e70
Signed by: xoxys
GPG Key ID: 4E692A2EAECC03C0
1 changed files with 1 additions and 30 deletions

View File

@ -1,33 +1,4 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": ["github>thegeeklab/renovate-presets:ansible"],
"extractVersion": "^v?(?<version>.*)$",
"packageRules": [
{
"groupName": "vaultwarden stack",
"matchPackagePatterns": ["^thegeeklab/vaultwarden"]
},
{
"groupName": "drone stack",
"matchPackagePatterns": ["^drone"]
},
{
"matchPackagePatterns": ["^minio"],
"versioning": "regex:^(RELEASE\\.)?(?<major>\\d{4})-(?<minor>\\d{2})-(?<patch>\\d{2})T\\S*?Z$",
"extractVersion": "^RELEASE\\.(?<version>.*)$"
},
{
"matchPackagePatterns": ["rpmbuild/cups"],
"versioning": "regex:^(?<major>\\d+)\\.(?<minor>\\d+)\\.(?<patch>\\d+)(-(?<build>\\d+))?$"
},
{
"matchPackagePatterns": ["renovate/renovate"],
"schedule": ["before 3am on Monday"]
},
{
"matchPackagePatterns": ["renovate/renovate"],
"matchUpdateTypes": ["minor", "patch"],
"automerge": true
}
]
"extends": ["github>thegeeklab/renovate-presets:default"]
}