We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 950fb89 commit b70dff9Copy full SHA for b70dff9
1 file changed
.github/renovate.json5
@@ -1,7 +1,6 @@
1
{
2
$schema: 'https://docs.renovatebot.com/renovate-schema.json',
3
extends: [
4
- "github>grafana/flint#v0.21.0",
5
'config:best-practices',
6
'helpers:pinGitHubActionDigestsToSemver',
7
],
@@ -145,6 +144,17 @@
145
144
},
146
147
customManagers: [
+ {
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
+ },
158
159
customType: 'regex',
160
datasourceTemplate: 'java-version',
0 commit comments