Skip to content

Commit 428bcb5

Browse files
authored
fix(renovate): do not pin fedora docker images from quay.io (#764)
This resulted in #748 and #749 but we clearly don't intend to pin Fedora since they keep churning layers too quickly for the pin to be useful
1 parent e9d093a commit 428bcb5

1 file changed

Lines changed: 6 additions & 8 deletions

File tree

renovate.json

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -12,16 +12,14 @@
1212
"rollbackPrs": true,
1313
"packageRules": [
1414
{
15-
"enabled": false,
16-
"groupName": "no-pin",
17-
"matchUpdateTypes": [
18-
"pin",
19-
"pinDigest"
20-
],
15+
"description": "Do not pin Fedora image digests because old digests disappear",
16+
"matchDatasources": ["docker"],
2117
"matchPackageNames": [
2218
"fedora",
23-
"fedora-minimal"
24-
]
19+
"fedora-minimal",
20+
"quay.io/fedora/**"
21+
],
22+
"pinDigests": false
2523
},
2624
{
2725
"description": "Extract Kustomize's unusual release versions",

0 commit comments

Comments
 (0)