Skip to content

Commit

Permalink
Add regex manager to commit hooks package rule
Browse files Browse the repository at this point in the history
Whether the manager is github-actions or regex, we still need to re-generate .github/workflows/flowzone.yml if ./flowzone.yml has changed.

Change-type: patch
klutchell committed Dec 16, 2024

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
1 parent 97c4369 commit 5c0e458
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/renovate.json
Original file line number Diff line number Diff line change
@@ -14,7 +14,7 @@
],
"packageRules": [
{
"matchManagers": ["github-actions"],
"matchManagers": ["github-actions","regex"],
"matchFileNames": ["flowzone.yml"],
"postUpgradeTasks": {
"commands": ["npm ci", "npm run build"],

0 comments on commit 5c0e458

Please sign in to comment.