Skip to content

Commit 1b1763c

Browse files
committed
chore: renovate: update crocochrome image used for testing
1 parent 7cfff0d commit 1b1763c

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

.github/renovate.json5

+13
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,17 @@
55
"github>grafana/sm-renovate//presets/synthetic-monitoring.json5",
66
"github>grafana/sm-renovate//presets/go.json5",
77
],
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+
]
821
}

0 commit comments

Comments
 (0)