Skip to content

Commit 1bf3ac5

Browse files
authored
Merge pull request #24 from scop/renovate/migrate-config
chore(config): migrate Renovate config
2 parents 133f9a2 + 4a85d3e commit 1bf3ac5

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)