Skip to content

Commit 2bd60e7

Browse files
committed
Update renovate config
1 parent 279758c commit 2bd60e7

File tree

1 file changed

+4
-8
lines changed

1 file changed

+4
-8
lines changed

.github/renovate.json5

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,10 @@
1212
"customManagers:githubActionsVersions",
1313
"github>Turbo87/renovate-config//rust/updateToolchain",
1414
],
15+
"dockerfile": {
16+
// This has been causing various issues, unfortunately.
17+
enabled: false,
18+
},
1519
packageRules: [
1620
{
1721
matchCategories: ["rust"],
@@ -69,13 +73,5 @@
6973
matchUpdateTypes: ["digest"],
7074
enabled: false,
7175
},
72-
{
73-
// This is causing weird "Cannot find replaceString in current file content" errors,
74-
// so we disable it for now.
75-
matchFileNames: ["frontend.Dockerfile"],
76-
matchDatasources: ["docker"],
77-
matchUpdateTypes: ["pinDigest"],
78-
enabled: false
79-
},
8076
],
8177
}

0 commit comments

Comments
 (0)