diff --git a/.woodpecker/.renovate.yml b/.woodpecker/.renovate.yml new file mode 100644 index 0000000..dc85ce6 --- /dev/null +++ b/.woodpecker/.renovate.yml @@ -0,0 +1,21 @@ +pipeline: + DockerBaseImage: + image: renovate/renovate:34.22-slim + commands: + - "renovate" + secrets: + - RENOVATE_TOKEN + environment: + #LOG_LEVEL: debug + RENOVATE_PLATFORM: "gitea" + RENOVATE_ENDPOINT: "https://gitea.ocram85.com" + RENOVATE_REPOSITORIES: "${CI_REPO}" + RENOVATE_LABELS: "pr/renovate" + #RENOVATE_DRY_RUN: "full" + RENOVATE_TOKEN: "${RENOVATE_TOKEN}" + when: + event: + - push + branch: + - master + - updDeps diff --git a/renovate.json b/renovate.json new file mode 100644 index 0000000..346e9bb --- /dev/null +++ b/renovate.json @@ -0,0 +1,6 @@ +{ + "dependencyDashboard": true, + "docker": { + "enabled": true + } +}