feat: add renovate (#7)
- closes #3 Co-authored-by: Michael Kriese <michael.kriese@visualon.de> Reviewed-on: https://codeberg.org/forgejo-contrib/forgejo-helm/pulls/7
This commit is contained in:
parent
05e8111876
commit
089bbf10a1
3 changed files with 38 additions and 3 deletions
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…
Add table
Add a link
Reference in a new issue