From e3b6730588af95d68ac22240554ca6704dcc94c4 Mon Sep 17 00:00:00 2001 From: Tung Beier <44575474+beiertu-mms@users.noreply.github.com> Date: Sat, 6 Jan 2024 20:16:19 +0100 Subject: [PATCH] ci(actions): adjust renovate workflow (#53) * fix(renovate): change enabled manager to regex Related to PR #52. * feat(renovate): run renovate on configuration change --- .github/renovate.json | 2 +- .github/workflows/run-renovate.yaml | 6 ++++++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/.github/renovate.json b/.github/renovate.json index 61d591f..b0234a5 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -24,7 +24,7 @@ "prConcurrentLimit": 10, "prHourlyLimit": 0, "enabledManagers": [ - "no-category" + "regex" ], "customManagers": [ { diff --git a/.github/workflows/run-renovate.yaml b/.github/workflows/run-renovate.yaml index c40f41d..fad865d 100644 --- a/.github/workflows/run-renovate.yaml +++ b/.github/workflows/run-renovate.yaml @@ -3,6 +3,12 @@ name: 'Run Renovate' "on": schedule: - cron: '0 6 * * 1-5' # https://crontab.guru/#0_6_*_*_1-5 + push: + branches: + - "master" + paths: + - ".github/renovate.json" + - ".github/workflows/run-renovate.yaml" workflow_dispatch: jobs: