Skip to content

Commit 9e4572f

Browse files
authored
Another attempt to get Renovate to stop trying to upgrade a Docker image (#2614)
The Docker image version is dictated by an upstream env var so the change it keeps trying to make will have no effect anyway.
1 parent a25bc97 commit 9e4572f

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

renovate.json

+6
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,12 @@
2121
"dockerfile"
2222
],
2323
"pinDigests": false
24+
},
25+
{
26+
"matchDatasources": [
27+
"docker"
28+
],
29+
"pinDigests": false
2430
}
2531
]
2632
}

0 commit comments

Comments
 (0)