There was an error while loading. Please reload this page.
1 parent e9d093a commit 428bcb5Copy full SHA for 428bcb5
1 file changed
renovate.json
@@ -12,16 +12,14 @@
12
"rollbackPrs": true,
13
"packageRules": [
14
{
15
- "enabled": false,
16
- "groupName": "no-pin",
17
- "matchUpdateTypes": [
18
- "pin",
19
- "pinDigest"
20
- ],
+ "description": "Do not pin Fedora image digests because old digests disappear",
+ "matchDatasources": ["docker"],
21
"matchPackageNames": [
22
"fedora",
23
- "fedora-minimal"
24
- ]
+ "fedora-minimal",
+ "quay.io/fedora/**"
+ ],
+ "pinDigests": false
25
},
26
27
"description": "Extract Kustomize's unusual release versions",
0 commit comments