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 9b3f680 commit f1ea331Copy full SHA for f1ea331
.github/renovate.json5
@@ -32,6 +32,13 @@
32
// not using matchUpdateTypes "major", because renovate wants to bump "11-jre" to "11.0.19_7-jre"
33
"matchPackageNames": ["eclipse-temurin"],
34
"enabled": false
35
+ },
36
+ {
37
+ // Skip locally built dice image used in logging-k8s-stdout-otlp-json
38
+ "matchManagers": ["kubernetes"],
39
+ "matchDatasources": ["docker"],
40
+ "matchPackageNames": ["dice"],
41
+ "enabled": false
42
}
43
],
44
"kubernetes": {
0 commit comments