Skip to content

Commit 2a0772e

Browse files
authored
Configure renovate so that it should be able to pick up pre-commit (#431)
1 parent c128978 commit 2a0772e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

renovate.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,8 @@
55
],
66
"github-actions": {
77
"fileMatch": ["(^template\\/\\.github\\/workflows)\\/[^/]+\\.ya?ml(.j2)?$"]
8+
},
9+
"pre-commit": {
10+
"fileMatch": ["(^|/)\\.pre-commit-config\\.ya?ml(.j2)$"]
811
}
912
}

0 commit comments

Comments
 (0)