Skip to content

Commit b70dff9

Browse files
committed
ci: drop flint renovate follow-up
Signed-off-by: Gregor Zeitlinger <gregor.zeitlinger@grafana.com>
1 parent 950fb89 commit b70dff9

1 file changed

Lines changed: 11 additions & 1 deletion

File tree

.github/renovate.json5

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
{
22
$schema: 'https://docs.renovatebot.com/renovate-schema.json',
33
extends: [
4-
"github>grafana/flint#v0.21.0",
54
'config:best-practices',
65
'helpers:pinGitHubActionDigestsToSemver',
76
],
@@ -145,6 +144,17 @@
145144
},
146145
],
147146
customManagers: [
147+
{
148+
// keep SHA-pinned raw.githubusercontent.com URLs in mise.toml up to date
149+
customType: 'regex',
150+
datasourceTemplate: 'github-tags',
151+
managerFilePatterns: [
152+
'/^mise\\.toml$/',
153+
],
154+
matchStrings: [
155+
'https://raw\\.githubusercontent\\.com/(?<depName>[^/]+/[^/]+)/(?<currentDigest>[a-f0-9]{40})/.*#\\s*(?<currentValue>v\\S+)',
156+
],
157+
},
148158
{
149159
customType: 'regex',
150160
datasourceTemplate: 'java-version',

0 commit comments

Comments
 (0)