Skip to content

Commit 914153d

Browse files
claudedeviantintegral
authored andcommitted
chore: update renovate to track infection in SessionStart hook
Add .claude/hooks/SessionStart.sh to the fileMatch pattern so Renovate can keep infection.phar version in sync across both files.
1 parent b4344f9 commit 914153d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

renovate.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
],
88
"regexManagers": [
99
{
10-
"fileMatch": ["^\\.github/workflows/test\\.yml$"],
10+
"fileMatch": ["^\\.github/workflows/test\\.yml$", "^\\.claude/hooks/SessionStart\\.sh$"],
1111
"matchStrings": [
1212
"infection/infection/releases/download/(?<currentValue>.*?)/infection\\.phar"
1313
],

0 commit comments

Comments
 (0)