commit 4a2081d4a269acc9ce7b8f44abff469c539ca22b Author: Georg Krause Date: Thu Feb 17 19:24:53 2022 +0100 Initial Commit diff --git a/.drone.yml b/.drone.yml new file mode 100644 index 0000000..221dce5 --- /dev/null +++ b/.drone.yml @@ -0,0 +1,15 @@ +kind: pipeline +type: docker +platform: + os: linux + arch: arm64 + +steps: + - name: renovate + image: jessestuart/renovate + envorinment: + RENOVATE_ENDPOINT: https://git.gieszer.link/api/v1 + RENOVATE_TOKEN: + from_secret: gitea_secret + RENOVATE_PLATFORM: gitea + LOG_LEVEL: DEBUG