Skip to content

Commit fcf2f27

Browse files
authored
renovate: Disable node version pinning in frontend Dockerfile (#8768)
Second try... hopefully this works
1 parent 85c739b commit fcf2f27

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/renovate.json5

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -73,9 +73,9 @@
7373
// This is causing weird "Cannot find replaceString in current file content" errors,
7474
// so we disable it for now.
7575
matchFileNames: ["frontend.Dockerfile"],
76-
matchDepNames: ["node"],
77-
matchUpdateTypes: ["pin"],
78-
enabled: false,
76+
matchDatasources: ["docker"],
77+
matchUpdateTypes: ["pinDigest"],
78+
enabled: false
7979
},
8080
],
8181
}

0 commit comments

Comments
 (0)