Skip to content

Commit 0199d75

Browse files
committed
chore(deps): fix renovate and manual trigger
1 parent d7eea30 commit 0199d75

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/renovate.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ name: Renovate
33
on:
44
schedule:
55
- cron: '0 14 * * 5' # At 14:00 on Friday.
6+
workflow_dispatch:
67

78
jobs:
89
renovate:

renovate.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
".github/actions/setup/action.yml"
5858
],
5959
"matchStrings": [
60-
"https:\\/\\/github\\.com\\/google\\/google-java-format\\/releases\\/download\\/v(?<currentValue>.*?)\\/google-java-format-(?<currentValue>.*?)-all-deps\\.jar"
60+
"google-java-format\/releases\/download\/v(?<currentValue>.*?)\/google-java-format-(?<currentValue>.*?)-all-deps"
6161
],
6262
"depNameTemplate": "google/google-java-format",
6363
"datasourceTemplate": "github-releases"
@@ -74,7 +74,7 @@
7474
"description": "Update yarn version (won't work because we need to download the script but gives an alert at least)",
7575
"fileMatch": ".yarnrc.yml",
7676
"matchStrings": [
77-
"yarnPath: \\.yarn\\/releases\\/yarn-(?<currentValue>.*?)\\.cjs"
77+
"yarnPath: \\.yarn\/releases\/yarn-(?<currentValue>.*?)\\.cjs"
7878
],
7979
"depNameTemplate": "yarnpkg/berry",
8080
"datasourceTemplate": "github-releases"

0 commit comments

Comments
 (0)