We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 279758c commit 2bd60e7Copy full SHA for 2bd60e7
.github/renovate.json5
@@ -12,6 +12,10 @@
12
"customManagers:githubActionsVersions",
13
"github>Turbo87/renovate-config//rust/updateToolchain",
14
],
15
+ "dockerfile": {
16
+ // This has been causing various issues, unfortunately.
17
+ enabled: false,
18
+ },
19
packageRules: [
20
{
21
matchCategories: ["rust"],
@@ -69,13 +73,5 @@
69
73
matchUpdateTypes: ["digest"],
70
74
enabled: false,
71
75
},
72
- {
- // This is causing weird "Cannot find replaceString in current file content" errors,
- // so we disable it for now.
- matchFileNames: ["frontend.Dockerfile"],
76
- matchDatasources: ["docker"],
77
- matchUpdateTypes: ["pinDigest"],
78
- enabled: false
79
- },
80
81
}
0 commit comments