We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7cfff0d commit 1b1763cCopy full SHA for 1b1763c
.github/renovate.json5
@@ -5,4 +5,17 @@
5
"github>grafana/sm-renovate//presets/synthetic-monitoring.json5",
6
"github>grafana/sm-renovate//presets/go.json5",
7
],
8
+ "customManagers": [
9
+ {
10
+ "customType": "regex",
11
+ "datasourceTemplate": "docker",
12
+ "depNameTemplate": "ghcr.io/grafana/crocochrome",
13
+ "fileMatch": [
14
+ "_test.go$",
15
+ ],
16
+ "matchStrings": [
17
+ "ghcr.io/grafana/crocochrome:(?<currentValue>[\\w.-]+)(?:@(?<currentDigest>[\\w:]+))?",
18
+ ]
19
+ },
20
21
}
0 commit comments