Skip to content

chore(deps): split regex in two #821

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Jul 13, 2022
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion .eslintignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,3 @@ build
composer.json
tsconfig.json
vendor
renovate.json
5 changes: 3 additions & 2 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,8 @@
".github/actions/setup/action.yml"
],
"matchStrings": [
"google-java-format\/releases\/download\/v(?<currentValue>.*?)\/google-java-format-(?<currentValue>.*?)-all-deps"
"google-java-format/releases/download/v(?<currentValue>.*?)/google-java-format-(.*?)-all-deps",
"google-java-format/releases/download/v(.*?)/google-java-format-(?<currentValue>.*?)-all-deps"
],
"depNameTemplate": "google/google-java-format",
"datasourceTemplate": "github-releases"
Expand All @@ -74,7 +75,7 @@
"description": "Update yarn version (won't work because we need to download the script but gives an alert at least)",
"fileMatch": ".yarnrc.yml",
"matchStrings": [
"yarn\/releases\/yarn-(?<currentValue>.*?)"
"yarn/releases/yarn-(?<currentValue>.*?)"
],
"depNameTemplate": "yarnpkg/berry",
"datasourceTemplate": "github-releases"
Expand Down