chore: remove renovate runner

This commit is contained in:
Michael Kriese 2023-03-07 12:19:30 +01:00
parent 7f59f2b36e
commit 4421848d99
No known key found for this signature in database
GPG key ID: B83F553A0724D44E
2 changed files with 0 additions and 31 deletions

View file

@ -1,25 +0,0 @@
platform: linux/amd64
when:
event:
- cron
pipeline:
renovate:
image: ghcr.io/visualon/renovate:34.157.1
pull: true
commands:
- renovate $${CI_REPO}
environment:
RENOVATE_PLATFORM: gitea
RENOVATE_ENDPOINT: https://codeberg.org
LOG_LEVEL: debug
secrets:
- source: token
target: renovate_token
- source: gh_token
target: github_com_token
when:
- event:
- cron
cron: renovate

View file

@ -34,12 +34,6 @@
"matchUpdateTypes": ["major", "minor"],
"semanticCommitType": "feat"
},
{
"description": "Automerge renovate updates",
"matchPackageNames": ["ghcr.io/visualon/renovate"],
"automerge": true,
"platformAutomerge": true
},
{
"description": "Automerge patch deps updates",
"matchManagers": ["helmv3"],