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 91879f2 commit 7585eceCopy full SHA for 7585ece
.github/renovate.json
@@ -12,8 +12,8 @@
12
"customManagers": [
13
{
14
"customType": "regex",
15
- "fileMatch": [
16
- "acceptance-tests/pom.xml"
+ "managerFilePatterns": [
+ "/acceptance-tests/pom.xml/"
17
],
18
"matchStrings": [
19
"<jenkins\\.version>(?<currentValue>.*)<\\/jenkins\\.version><!--RENOVATE-LTS-->"
@@ -24,8 +24,8 @@
24
},
25
26
27
28
29
30
31
"<jenkins\\.version>(?<currentValue>.*)<\\/jenkins\\.version><!--RENOVATE-LATEST-->"
0 commit comments