chore: remove renovate runner
This commit is contained in:
parent
7f59f2b36e
commit
4421848d99
2 changed files with 0 additions and 31 deletions
|
@ -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
|
|
|
@ -34,12 +34,6 @@
|
||||||
"matchUpdateTypes": ["major", "minor"],
|
"matchUpdateTypes": ["major", "minor"],
|
||||||
"semanticCommitType": "feat"
|
"semanticCommitType": "feat"
|
||||||
},
|
},
|
||||||
{
|
|
||||||
"description": "Automerge renovate updates",
|
|
||||||
"matchPackageNames": ["ghcr.io/visualon/renovate"],
|
|
||||||
"automerge": true,
|
|
||||||
"platformAutomerge": true
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"description": "Automerge patch deps updates",
|
"description": "Automerge patch deps updates",
|
||||||
"matchManagers": ["helmv3"],
|
"matchManagers": ["helmv3"],
|
||||||
|
|
Loading…
Reference in a new issue