From 31d91bafc162bc0f6bc34274b461d7d34036ec31 Mon Sep 17 00:00:00 2001 From: Varakh Date: Tue, 25 Jul 2023 07:00:55 +0200 Subject: [PATCH] Remove renovate pipeline step #noissue --- .drone.yml | 27 --------------------------- 1 file changed, 27 deletions(-) diff --git a/.drone.yml b/.drone.yml index 8c19653..f92387c 100644 --- a/.drone.yml +++ b/.drone.yml @@ -19,30 +19,3 @@ steps: - flutter packages pub run build_runner build --delete-conflicting-outputs - flutter analyze --no-pub --no-current-package lib/ - flutter build apk --debug - ---- -kind: pipeline -type: docker -name: renovate - -trigger: - event: - - cron - -environment: - LOG_LEVEL: debug - -steps: - - name: renovate - validate config - image: renovate/renovate:36.21-slim - # See 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: renovate/renovate:36.21-slim - # See https://github.com/renovatebot/renovate/discussions/15049 - commands: - - unset GIT_COMMITTER_NAME GIT_COMMITTER_EMAIL GIT_AUTHOR_NAME GIT_AUTHOR_EMAIL - - renovate