From 700f1e251ad2e6874d8f2df73d2d7eb50d81524f Mon Sep 17 00:00:00 2001 From: Robert Kaussow Date: Tue, 25 Jul 2023 22:39:31 +0200 Subject: [PATCH] fix ci and renovate config --- .github/settings.yml | 2 +- .renovate.json => renovate.json | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename .renovate.json => renovate.json (100%) diff --git a/.github/settings.yml b/.github/settings.yml index f89e901..97ae971 100644 --- a/.github/settings.yml +++ b/.github/settings.yml @@ -51,7 +51,7 @@ branches: strict: false contexts: - ci/woodpecker/pr/test - - ci/woodpecker/pr/binary + - ci/woodpecker/pr/release - ci/woodpecker/pr/container enforce_admins: true required_linear_history: true diff --git a/.renovate.json b/renovate.json similarity index 100% rename from .renovate.json rename to renovate.json