Skip to content

Commit a9bc815

Browse files
chore(config): migrate config .github/renovate.json
1 parent 133f9a2 commit a9bc815

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

.github/renovate.json

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,13 @@
33
"extends": [
44
"github>scop/common"
55
],
6-
"regexManagers": [
6+
"customManagers": [
77
{
8-
"fileMatch": ["^\\.pre-commit-hooks\\.yaml$", "^README\\.md$"],
8+
"customType": "regex",
9+
"managerFilePatterns": [
10+
"/^\\.pre-commit-hooks\\.yaml$/",
11+
"/^README\\.md$/"
12+
],
913
"matchStrings": [
1014
"\\b(Perl-Critic-|rev: v)(?<currentValue>\\d+\\.\\d+(\\.\\d+)?)[-.]"
1115
],

0 commit comments

Comments
 (0)