diff --git a/.woodpecker/ci.yml b/.woodpecker/ci.yml index a4d516d..0e27b67 100644 --- a/.woodpecker/ci.yml +++ b/.woodpecker/ci.yml @@ -5,7 +5,7 @@ when: - ${CI_REPO_DEFAULT_BRANCH} variables: - - &build_plugin 'woodpeckerci/plugin-docker-buildx:2.3.0' + - &build_plugin 'woodpeckerci/plugin-docker-buildx:2.2.0' # deployment targets - &publish_repos 'ocram85/caddy-gitea,gitea.ocram85.com/ocram85/caddy-gitea' # logins for deployment targets @@ -76,7 +76,7 @@ steps: from_secret: RENOVATE_TOKEN base_url: https://gitea.ocram85.com title: ${CI_COMMIT_TAG} - note: "> :bulb: **Note:** See [CHANGELOG.md](src/branch/master/CHANGELOG.md) for recent changes." + note: "> :bulb: **Note:** See [CHANGELOG.md](src/branch/main/CHANGELOG.md) for recent changes." when: event: [tag] branch: ${CI_REPO_DEFAULT_BRANCH} \ No newline at end of file diff --git a/renovate.json b/renovate.json new file mode 100644 index 0000000..aa2808f --- /dev/null +++ b/renovate.json @@ -0,0 +1,12 @@ +{ + "dependencyDashboard": true, + "docker": { + "enabled": true + }, + "woodpecker": { + "enabled": true, + "fileMatch": [ + "^.woodpecker\/.*.yml$" + ] + } +} \ No newline at end of file