diff --git a/.woodpecker.yml b/.woodpecker.yml new file mode 100644 index 0000000..e22279c --- /dev/null +++ b/.woodpecker.yml @@ -0,0 +1,19 @@ +when: + - event: push + branch: main + - event: manual + branch: main + - event: cron + +steps: + renovate: + image: ghcr.io/renovatebot/renovate:latest + environment: + LOG_LEVEL: debug + RENOVATE_CONFIG_FILE: config.js + RENOVATE_TOKEN: + from_secret: RENOVATE_TOKEN + GITHUB_COM_TOKEN: + from_secret: RENOVATE_GITHUB_TOKEN + commands: + - renovate \ No newline at end of file