servala-portal/renovate.json
Tobias Brunner 126ff35065
All checks were successful
Tests / test (push) Successful in 23s
configure renovate with a recurring action
2025-05-27 13:20:45 +02:00

27 lines
No EOL
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
}
}