Skip to content

Commit 9b09949

Browse files
authored
chore(deps): fix renovate and manual trigger (#820)
1 parent d7eea30 commit 9b09949

File tree

4 files changed

+14
-3
lines changed

4 files changed

+14
-3
lines changed

.eslintignore

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

.github/workflows/renovate.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,11 @@ name: Renovate
33
on:
44
schedule:
55
- cron: '0 14 * * 5' # At 14:00 on Friday.
6+
workflow_dispatch:
7+
inputs:
8+
fake_input:
9+
description: input needed to satisfy the yaml linter
10+
required: false
611

712
jobs:
813
renovate:

.github/workflows/scheduled-release.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,11 @@ name: Scheduled Release
33
on:
44
schedule:
55
- cron: '30 6 * * 2'
6+
workflow_dispatch:
7+
inputs:
8+
fake_input:
9+
description: input needed to satisfy the yaml linter
10+
required: false
611

712
jobs:
813
release:

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+
"yarn\/releases\/yarn-(?<currentValue>.*?)"
7878
],
7979
"depNameTemplate": "yarnpkg/berry",
8080
"datasourceTemplate": "github-releases"

0 commit comments

Comments
 (0)