Skip to content

Commit a73a6d0

Browse files
committed
fix: sort renovate-tracked-deps.json regex entries alphabetically
Signed-off-by: Gregor Zeitlinger <gregor.zeitlinger@grafana.com>
1 parent 5080f6b commit a73a6d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/renovate-tracked-deps.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@
139139
"protoc",
140140
"ubi:google/google-java-format"
141141
],
142-
"regex": ["ghcr.io/super-linter/super-linter", "grafana/flint", "grafana/docker-otel-lgtm"]
142+
"regex": ["ghcr.io/super-linter/super-linter", "grafana/docker-otel-lgtm", "grafana/flint"]
143143
},
144144
"mvnw": {
145145
"maven-wrapper": ["maven-wrapper"]

0 commit comments

Comments
 (0)