Skip to content

Commit cbda2fd

Browse files
authored
renovate: Disable pinDigest updates for the whole docker datasource (#8920)
This does not seem to play well with the `regex` manager...
1 parent 279758c commit cbda2fd

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/renovate.json5

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -70,9 +70,7 @@
7070
enabled: false,
7171
},
7272
{
73-
// This is causing weird "Cannot find replaceString in current file content" errors,
74-
// so we disable it for now.
75-
matchFileNames: ["frontend.Dockerfile"],
73+
// This is causing various issues, so we disable it for now.
7674
matchDatasources: ["docker"],
7775
matchUpdateTypes: ["pinDigest"],
7876
enabled: false

0 commit comments

Comments
 (0)