Skip to content

Commit 4cd8c0e

Browse files
chore(config): migrate config renovate.json (#522)
Co-authored-by: Lars Francke <[email protected]>
1 parent ca09d96 commit 4cd8c0e

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

renovate.json

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,13 @@
44
"local>stackabletech/.github:renovate-config"
55
],
66
"github-actions": {
7-
"fileMatch": ["(^template\\/\\.github\\/workflows)\\/[^/]+\\.ya?ml(.j2)?$"]
7+
"managerFilePatterns": [
8+
"/(^template\\/\\.github\\/workflows)\\/[^/]+\\.ya?ml(.j2)?$/"
9+
]
810
},
911
"pre-commit": {
10-
"fileMatch": ["(^|/)\\.pre-commit-config\\.ya?ml(.j2)$"]
12+
"managerFilePatterns": [
13+
"/(^|/)\\.pre-commit-config\\.ya?ml(.j2)$/"
14+
]
1115
}
1216
}

0 commit comments

Comments
 (0)