configure renovate with a recurring action
All checks were successful
Tests / test (push) Successful in 23s
All checks were successful
Tests / test (push) Successful in 23s
This commit is contained in:
parent
1dda974e11
commit
126ff35065
2 changed files with 54 additions and 0 deletions
27
renovate.json
Normal file
27
renovate.json
Normal file
|
@ -0,0 +1,27 @@
|
|||
{
|
||||
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
||||
"extends": [
|
||||
"config:base"
|
||||
],
|
||||
"pip_requirements": {
|
||||
"fileMatch": [
|
||||
"^pyproject\\.toml$"
|
||||
]
|
||||
},
|
||||
"dockerfile": {
|
||||
"fileMatch": [
|
||||
"^Dockerfile$"
|
||||
]
|
||||
},
|
||||
"github-actions": {
|
||||
"fileMatch": [
|
||||
"^\\.forgejo\\/workflows\\/.*\\.yml$"
|
||||
]
|
||||
},
|
||||
"labels": [
|
||||
"dependencies"
|
||||
],
|
||||
"lockFileMaintenance": {
|
||||
"enabled": true
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue