The benefit of digest pinning isn't that great for this project really and it comes at the cost of more issues and additional renovate noise, so just don't anymore. Adjust renovate config accordingly as well.
This commit is contained in:
parent
80acd5fdc6
commit
0526a15e06
12 changed files with 37 additions and 39 deletions
|
|
@ -1,13 +1,17 @@
|
|||
{
|
||||
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
||||
"extends": [
|
||||
"config:recommended", // Included in config:best-practices anyway, but added for clarity.
|
||||
"config:best-practices",
|
||||
"config:recommended",
|
||||
// Parts from config:best-practices:
|
||||
// https://docs.renovatebot.com/presets-config/#configbest-practices
|
||||
":configMigration",
|
||||
"abandonments:recommended",
|
||||
"security:minimumReleaseAgeNpm",
|
||||
|
||||
":ignoreUnstable",
|
||||
":disableRateLimiting",
|
||||
":rebaseStalePrs",
|
||||
":label(renovate)",
|
||||
"group:allDigest"
|
||||
],
|
||||
"semanticCommits": "disabled",
|
||||
"packageRules": [
|
||||
|
|
@ -28,12 +32,6 @@
|
|||
"matchDatasources": ["docker"],
|
||||
"matchPackageNames": ["docker.io/pretix/standalone"],
|
||||
"versioning": "regex:^(?<major>\\d+\\.\\d+)(?:\\.(?<minor>\\d+))$"
|
||||
},
|
||||
// Since Forgejo seems to clean up older tag versions, so older digests, disable digest pinning for our images.
|
||||
{
|
||||
"matchDatasources": ["docker"],
|
||||
"matchPackageNames": ["git.hamburg.ccc.de/*"],
|
||||
"pinDigests": false
|
||||
}
|
||||
],
|
||||
"customManagers": [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue