From 4d7928ac54e2b29c6afe4f2e2586efed90457611 Mon Sep 17 00:00:00 2001 From: SeanOMik Date: Thu, 13 Jun 2024 20:24:01 -0400 Subject: [PATCH] Remove woodpecker ci workflow --- .woodpecker/.renovate.yml | 25 ------------------------- 1 file changed, 25 deletions(-) delete mode 100644 .woodpecker/.renovate.yml diff --git a/.woodpecker/.renovate.yml b/.woodpecker/.renovate.yml deleted file mode 100644 index 94024a8..0000000 --- a/.woodpecker/.renovate.yml +++ /dev/null @@ -1,25 +0,0 @@ -variables: - - &reno_image 'renovate/renovate:37.146.0' - -when: - event: [push, manual, cron] - cron: "4hours" - branch: main - -steps: - - name: Renovate - Validate config - image: *reno_image - # https://github.com/renovatebot/renovate/discussions/15049 - commands: - - unset GIT_COMMITTER_NAME GIT_COMMITTER_EMAIL GIT_AUTHOR_NAME GIT_AUTHOR_EMAIL - - renovate-config-validator - - - name: Renovate - image: *reno_image - # https://github.com/renovatebot/renovate/discussions/15049 - commands: - - unset GIT_COMMITTER_NAME GIT_COMMITTER_EMAIL GIT_AUTHOR_NAME GIT_AUTHOR_EMAIL - - renovate - secrets: - - renovate_token # exposed as RENOVATE_TOKEN - - github_com_token # GITHUB_COM_TOKEN \ No newline at end of file