servala-portal/renovate.json

27 lines
522 B
JSON
Raw Normal View History

{
"$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
}
}