diff --git a/.eslintignore b/.eslintignore index 5e07a896f1..bc8cb6b448 100644 --- a/.eslintignore +++ b/.eslintignore @@ -4,4 +4,5 @@ playground build composer.json tsconfig.json -vendor \ No newline at end of file +vendor +renovate.json diff --git a/.github/workflows/renovate.yml b/.github/workflows/renovate.yml index a3fbaa67af..076ff04376 100644 --- a/.github/workflows/renovate.yml +++ b/.github/workflows/renovate.yml @@ -3,6 +3,11 @@ name: Renovate on: schedule: - cron: '0 14 * * 5' # At 14:00 on Friday. + workflow_dispatch: + inputs: + fake_input: + description: input needed to satisfy the yaml linter + required: false jobs: renovate: diff --git a/.github/workflows/scheduled-release.yml b/.github/workflows/scheduled-release.yml index a87b152718..aa5f6bb6cf 100644 --- a/.github/workflows/scheduled-release.yml +++ b/.github/workflows/scheduled-release.yml @@ -3,6 +3,11 @@ name: Scheduled Release on: schedule: - cron: '30 6 * * 2' + workflow_dispatch: + inputs: + fake_input: + description: input needed to satisfy the yaml linter + required: false jobs: release: diff --git a/renovate.json b/renovate.json index 5bcd089629..642ba351bc 100644 --- a/renovate.json +++ b/renovate.json @@ -57,7 +57,7 @@ ".github/actions/setup/action.yml" ], "matchStrings": [ - "https:\\/\\/github\\.com\\/google\\/google-java-format\\/releases\\/download\\/v(?.*?)\\/google-java-format-(?.*?)-all-deps\\.jar" + "google-java-format\/releases\/download\/v(?.*?)\/google-java-format-(?.*?)-all-deps" ], "depNameTemplate": "google/google-java-format", "datasourceTemplate": "github-releases" @@ -74,7 +74,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": [ - "yarnPath: \\.yarn\\/releases\\/yarn-(?.*?)\\.cjs" + "yarn\/releases\/yarn-(?.*?)" ], "depNameTemplate": "yarnpkg/berry", "datasourceTemplate": "github-releases"