Skip to content

Commit 474a925

Browse files
Migrate Renovate config (#2761)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 6ae126e commit 474a925

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/renovate.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"automerge": true,
88
"packageRules": [
99
{
10-
"allowedVersions": "/^[0-9]+\\.[0-9]+\\.[0-9]+$/",
10+
"allowedVersions": "/^[0-9]+\.[0-9]+\.[0-9]+$/",
1111
"registryUrls": [
1212
"https://repo.jenkins-ci.org/public/"
1313
],
@@ -19,8 +19,8 @@
1919
"customManagers": [
2020
{
2121
"customType": "regex",
22-
"fileMatch": [
23-
"integrations/pom.xml"
22+
"managerFilePatterns": [
23+
"/integrations/pom.xml/"
2424
],
2525
"matchStrings": [
2626
"<jenkins.version>(?<currentValue>.*?)</jenkins.version>"

0 commit comments

Comments
 (0)