From 56223713a141cf707df3d583e6380a25df8443d3 Mon Sep 17 00:00:00 2001 From: OCram85 Date: Thu, 16 Feb 2023 19:18:49 +0100 Subject: [PATCH 1/2] remove repo defined renovate --- .woodpecker/.renovate.yml | 22 ---------------------- 1 file changed, 22 deletions(-) delete mode 100644 .woodpecker/.renovate.yml diff --git a/.woodpecker/.renovate.yml b/.woodpecker/.renovate.yml deleted file mode 100644 index cb7f319..0000000 --- a/.woodpecker/.renovate.yml +++ /dev/null @@ -1,22 +0,0 @@ -pipeline: - DockerBaseImage: - image: renovate/renovate:34.82-slim - commands: - - "renovate" - secrets: - - RENOVATE_TOKEN - environment: - #LOG_LEVEL: debug - RENOVATE_PLATFORM: "gitea" - RENOVATE_ENDPOINT: "https://gitea.ocram85.com" - RENOVATE_REPOSITORIES: "${CI_REPO}" - RENOVATE_LABELS: "renovate" - #RENOVATE_DRY_RUN: "full" - RENOVATE_TOKEN: "${RENOVATE_TOKEN}" - RENOVATE_GITHUB_TOKEN_WARN: "false" - when: - event: - - push - branch: - - master - - updDeps -- 2.40.1 From 484596fabc78d276f32b2e0f9314beca332e1931 Mon Sep 17 00:00:00 2001 From: OCram85 Date: Fri, 17 Feb 2023 09:58:20 +0100 Subject: [PATCH 2/2] add debug --- .woodpecker/.next.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.woodpecker/.next.yml b/.woodpecker/.next.yml index 18eb7bf..db5525b 100644 --- a/.woodpecker/.next.yml +++ b/.woodpecker/.next.yml @@ -24,7 +24,7 @@ pipeline: triggerPortainer: image: ocram85/portainer-serviceupdate settings: - #VERBOSE: true + VERBOSE: true URI: "https://portainer.ocram85.com" TOKEN: from_secret: NEXT_TOKEN -- 2.40.1