Skip to content

Commit 7585ece

Browse files
Migrate config .github/renovate.json
1 parent 91879f2 commit 7585ece

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/renovate.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212
"customManagers": [
1313
{
1414
"customType": "regex",
15-
"fileMatch": [
16-
"acceptance-tests/pom.xml"
15+
"managerFilePatterns": [
16+
"/acceptance-tests/pom.xml/"
1717
],
1818
"matchStrings": [
1919
"<jenkins\\.version>(?<currentValue>.*)<\\/jenkins\\.version><!--RENOVATE-LTS-->"
@@ -24,8 +24,8 @@
2424
},
2525
{
2626
"customType": "regex",
27-
"fileMatch": [
28-
"acceptance-tests/pom.xml"
27+
"managerFilePatterns": [
28+
"/acceptance-tests/pom.xml/"
2929
],
3030
"matchStrings": [
3131
"<jenkins\\.version>(?<currentValue>.*)<\\/jenkins\\.version><!--RENOVATE-LATEST-->"

0 commit comments

Comments
 (0)