chore: configure renovate
This commit is contained in:
parent
79fffc45be
commit
2d0f8ad0fc
3 changed files with 12 additions and 6 deletions
|
@ -2,13 +2,8 @@ platform: linux/amd64
|
|||
|
||||
when:
|
||||
event:
|
||||
- push
|
||||
- pull_request
|
||||
- manual
|
||||
- tag
|
||||
branch:
|
||||
exclude:
|
||||
- pages
|
||||
|
||||
pipeline:
|
||||
deps:
|
||||
|
|
|
@ -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
12
renovate.json
Normal 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
|
||||
}
|
||||
]
|
||||
}
|
Loading…
Reference in a new issue