From 3b357757973a4c009ac57ee325bd89aa74237dcc Mon Sep 17 00:00:00 2001 From: OCram85 Date: Mon, 2 Jan 2023 13:55:15 +0100 Subject: [PATCH] fix renovate config keys (#34) #### :book: Summary #### :bookmark_tabs: Test Plan > :bulb: Select your test plan for the code changes. - [x] CI pipeline tests - [ ] Custom test - [ ] No test plan ##### Details / Justification #### :books: Additional Notes Co-authored-by: OCram85 Reviewed-on: https://gitea.ocram85.com/CodeServer/arkanum/pulls/34 --- .woodpecker/.renovate.yml | 3 ++- renovate.json | 4 +++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/.woodpecker/.renovate.yml b/.woodpecker/.renovate.yml index 1fa1dcf..18a4761 100644 --- a/.woodpecker/.renovate.yml +++ b/.woodpecker/.renovate.yml @@ -10,9 +10,10 @@ pipeline: RENOVATE_PLATFORM: "gitea" RENOVATE_ENDPOINT: "https://gitea.ocram85.com" RENOVATE_REPOSITORIES: "${CI_REPO}" - RENOVATE_LABELS: "pr/renovate" + RENOVATE_LABELS: "renovate" #RENOVATE_DRY_RUN: "full" RENOVATE_TOKEN: "${RENOVATE_TOKEN}" + RENOVATE_GITHUB_TOKEN_WARN: "false" when: event: - push diff --git a/renovate.json b/renovate.json index 5643db3..aa311e2 100644 --- a/renovate.json +++ b/renovate.json @@ -5,6 +5,8 @@ }, "woodpecker": { "enabled": true, - "fileMatch": ["^.woodpecker\/.*.yml$"] + "fileMatch": [ + "^.woodpecker\/.*.yml$" + ] } }