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 133f9a2 commit a9bc815Copy full SHA for a9bc815
.github/renovate.json
@@ -3,9 +3,13 @@
3
"extends": [
4
"github>scop/common"
5
],
6
- "regexManagers": [
+ "customManagers": [
7
{
8
- "fileMatch": ["^\\.pre-commit-hooks\\.yaml$", "^README\\.md$"],
+ "customType": "regex",
9
+ "managerFilePatterns": [
10
+ "/^\\.pre-commit-hooks\\.yaml$/",
11
+ "/^README\\.md$/"
12
+ ],
13
"matchStrings": [
14
"\\b(Perl-Critic-|rev: v)(?<currentValue>\\d+\\.\\d+(\\.\\d+)?)[-.]"
15
0 commit comments