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 ca09d96 commit 4cd8c0eCopy full SHA for 4cd8c0e
renovate.json
@@ -4,9 +4,13 @@
4
"local>stackabletech/.github:renovate-config"
5
],
6
"github-actions": {
7
- "fileMatch": ["(^template\\/\\.github\\/workflows)\\/[^/]+\\.ya?ml(.j2)?$"]
+ "managerFilePatterns": [
8
+ "/(^template\\/\\.github\\/workflows)\\/[^/]+\\.ya?ml(.j2)?$/"
9
+ ]
10
},
11
"pre-commit": {
- "fileMatch": ["(^|/)\\.pre-commit-config\\.ya?ml(.j2)$"]
12
13
+ "/(^|/)\\.pre-commit-config\\.ya?ml(.j2)$/"
14
15
}
16
0 commit comments