We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6ae126e commit 474a925Copy full SHA for 474a925
1 file changed
.github/renovate.json
@@ -7,7 +7,7 @@
7
"automerge": true,
8
"packageRules": [
9
{
10
- "allowedVersions": "/^[0-9]+\\.[0-9]+\\.[0-9]+$/",
+ "allowedVersions": "/^[0-9]+\.[0-9]+\.[0-9]+$/",
11
"registryUrls": [
12
"https://repo.jenkins-ci.org/public/"
13
],
@@ -19,8 +19,8 @@
19
"customManagers": [
20
21
"customType": "regex",
22
- "fileMatch": [
23
- "integrations/pom.xml"
+ "managerFilePatterns": [
+ "/integrations/pom.xml/"
24
25
"matchStrings": [
26
"<jenkins.version>(?<currentValue>.*?)</jenkins.version>"
0 commit comments