27 lines
522 B
JSON
27 lines
522 B
JSON
|
{
|
||
|
"$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
|
||
|
}
|
||
|
}
|