From 4f0656ec2679cd78f510d1cd24cd43ca919a1190 Mon Sep 17 00:00:00 2001 From: kjeld Schouten-Lebbing Date: Sun, 23 May 2021 22:10:00 +0200 Subject: [PATCH] always check bump requirements when using renovate --- .github/workflows/renovate-bump.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/renovate-bump.yaml b/.github/workflows/renovate-bump.yaml index 4248a0bdb47..bd2926c9b69 100644 --- a/.github/workflows/renovate-bump.yaml +++ b/.github/workflows/renovate-bump.yaml @@ -3,7 +3,7 @@ name: "Renovate: Bump on Push" on: push: branches: - - 'renovate/docker-*' + - 'renovate/**' tags-ignore: - '**'