Skip to content

Commit 5d0befb

Browse files
committed
Update renovate config
1 parent 279758c commit 5d0befb

File tree

1 file changed

+4
-12
lines changed

1 file changed

+4
-12
lines changed

.github/renovate.json5

+4-12
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"],
@@ -65,17 +69,5 @@
6569
matchDepNames: ["aws-ip-ranges", "github-meta"],
6670
automerge: true,
6771
},
68-
{
69-
matchUpdateTypes: ["digest"],
70-
enabled: false,
71-
},
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-
},
8072
],
8173
}

0 commit comments

Comments
 (0)