chore: cleanup renovate config
Some checks reported errors
continuous-integration/drone/push Build was killed
Some checks reported errors
continuous-integration/drone/push Build was killed
This commit is contained in:
parent
71d915cfd8
commit
f4fdeb5e70
@ -1,33 +1,4 @@
|
|||||||
{
|
{
|
||||||
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
||||||
"extends": ["github>thegeeklab/renovate-presets:ansible"],
|
"extends": ["github>thegeeklab/renovate-presets:default"]
|
||||||
"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
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user