Skip to content

Commit 606bba4

Browse files
committed
🩹 fix-simple(Renovate): fix the pattern for .pre-commit-config.yaml.jinja
1 parent 96a22c4 commit 606bba4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎.renovaterc.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
],
2626
"pre-commit": {
2727
"managerFilePatterns": [
28-
"/(^|/)template/\\.pre-commit-config\\.ya?ml(?:\\.jinja)?$/"
28+
"/^template/\\.pre-commit-config\\.yaml\\.jinja?$/"
2929
]
3030
},
3131
"github-actions": {

0 commit comments

Comments
 (0)