chore: setup renovate (#64)

This commit is contained in:
Julian Tölle 2024-09-21 13:29:26 +02:00 committed by GitHub
parent dc1903c4b4
commit 7bd752c2f5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
7 changed files with 125 additions and 23 deletions

View file

@ -1,4 +1,4 @@
stages: [release]
stages: [ release ]
# For the GitLab CI/CD component to be usable, it needs to be published in
# the CI/CD catalog. This happens on new releases.
@ -6,7 +6,7 @@ stages: [release]
# and create a corresponding GitLab Release.
create-release:
stage: release
image: registry.gitlab.com/gitlab-org/release-cli:latest
image: registry.gitlab.com/gitlab-org/release-cli:v0.18.0
script: echo "Creating release $CI_COMMIT_TAG"
rules:
- if: $CI_COMMIT_TAG