We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 279758c commit 5d0befbCopy full SHA for 5d0befb
.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"],
@@ -65,17 +69,5 @@
65
69
matchDepNames: ["aws-ip-ranges", "github-meta"],
66
70
automerge: true,
67
71
},
68
- {
- matchUpdateTypes: ["digest"],
- enabled: false,
- },
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
80
81
}
0 commit comments