Skip to content

Commit d205f09

Browse files
authored
chore(deps): split regex in two (#821)
1 parent 4128353 commit d205f09

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.eslintignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,3 @@ build
55
composer.json
66
tsconfig.json
77
vendor
8-
renovate.json

renovate.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,8 @@
5757
".github/actions/setup/action.yml"
5858
],
5959
"matchStrings": [
60-
"google-java-format\/releases\/download\/v(?<currentValue>.*?)\/google-java-format-(?<currentValue>.*?)-all-deps"
60+
"google-java-format/releases/download/v(?<currentValue>.*?)/google-java-format-",
61+
"google-java-format/releases/download/v(.*?)/google-java-format-(?<currentValue>.*?)-all-deps"
6162
],
6263
"depNameTemplate": "google/google-java-format",
6364
"datasourceTemplate": "github-releases"
@@ -74,7 +75,7 @@
7475
"description": "Update yarn version (won't work because we need to download the script but gives an alert at least)",
7576
"fileMatch": ".yarnrc.yml",
7677
"matchStrings": [
77-
"yarn\/releases\/yarn-(?<currentValue>.*?)"
78+
"yarn/releases/yarn-(?<currentValue>.*?)"
7879
],
7980
"depNameTemplate": "yarnpkg/berry",
8081
"datasourceTemplate": "github-releases"

0 commit comments

Comments
 (0)