Skip to content

Commit eff9b12

Browse files
stricter regex
1 parent 670ca5e commit eff9b12

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

renovate.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
"/^scripts\\/split_tox_gh_actions\\/templates\\/(test_group|test_orchestrator)\\.jinja$/"
4444
],
4545
"matchStrings": [
46-
"(?<depName>[A-Za-z0-9_.-]+\\/[A-Za-z0-9_.-]+(?:\\/[A-Za-z0-9_.-]+)*)@(?<currentDigest>[a-f0-9]{40})[ \\t]+#[ \\t]+(?<currentValue>v?\\d+(?:\\.\\d+){0,2})"
46+
"(?<depName>[A-Za-z0-9-]+\\/[A-Za-z0-9_.-]+(?:\\/[A-Za-z0-9_.-]+)*)@(?<currentDigest>[a-f0-9]{40})[ \\t]+#[ \\t]+(?<currentValue>v?\\d+(?:\\.\\d+){0,2})"
4747
],
4848
"datasourceTemplate": "github-tags",
4949
"versioningTemplate": "github-actions",
@@ -56,7 +56,7 @@
5656
"/^scripts\\/split_tox_gh_actions\\/templates\\/test_group\\.jinja$/"
5757
],
5858
"matchStrings": [
59-
"(?<depName>ghcr\\.io\\/getsentry\\/image-mirror-library-[A-Za-z0-9_.-]+):(?<currentValue>[A-Za-z0-9_.-]+)"
59+
"(?<depName>ghcr\\.io\\/getsentry\\/image-mirror-library-[a-z0-9_.-]+):(?<currentValue>[A-Za-z0-9_.-]+)"
6060
],
6161
"datasourceTemplate": "docker",
6262
"versioningTemplate": "docker",

0 commit comments

Comments
 (0)