We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 06f45f8 commit 64d94b1Copy full SHA for 64d94b1
renovate.json
@@ -5,9 +5,13 @@
5
":preserveSemverRanges",
6
"helpers:pinGitHubActionDigests"
7
],
8
- "regexManagers": [
+ "customManagers": [
9
{
10
- "fileMatch": ["^\\.github/workflows/test\\.yml$", "^\\.claude/hooks/SessionStart\\.sh$"],
+ "customType": "regex",
11
+ "managerFilePatterns": [
12
+ "/^\\.github/workflows/test\\.yml$/",
13
+ "/^\\.claude/hooks/SessionStart\\.sh$/"
14
+ ],
15
"matchStrings": [
16
"infection/infection/releases/download/(?<currentValue>.*?)/infection\\.phar"
17
0 commit comments