chore: configure renovate

This commit is contained in:
Michael Kriese 2023-01-04 08:35:28 +01:00
parent 79fffc45be
commit 2d0f8ad0fc
No known key found for this signature in database
GPG key ID: B83F553A0724D44E
3 changed files with 12 additions and 6 deletions

View file

@ -2,13 +2,8 @@ platform: linux/amd64
when:
event:
- push
- pull_request
- manual
- tag
branch:
exclude:
- pages
pipeline:
deps:

View file

@ -15,7 +15,6 @@ pipeline:
environment:
RENOVATE_PLATFORM: gitea
RENOVATE_ENDPOINT: https://codeberg.org
RENOVATE_SEMANTIC_COMMITS: enabled
LOG_LEVEL: debug
secrets:
- source: token

12
renovate.json Normal file
View file

@ -0,0 +1,12 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": "config:base",
"assignees": ["viceice"],
"semanticCommits": "enabled",
"packageRules": [
{
"matchManagers": ["droneci"],
"enabled": false
}
]
}