servala-portal/renovate.json
Tobias Brunner 378f10c992
Some checks failed
Tests / test (push) Has been cancelled
Build and Deploy Staging / deploy (push) Has been cancelled
Build and Deploy Staging / build (push) Has been cancelled
enhanced renovate config
2025-05-27 13:44:38 +02:00

43 lines
No EOL
1 KiB
JSON

{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:recommended"
],
"platform": "gitea",
"packageRules": [
{
"matchManagers": [
"pip_requirements"
],
"matchFileNames": [
"pyproject.toml",
"requirements.txt",
"requirements/*.txt"
]
},
{
"matchManagers": [
"dockerfile"
],
"matchFileNames": [
"Dockerfile",
"**/*.dockerfile",
"**/Dockerfile.*"
]
},
{
"matchManagers": [
"github-actions"
],
"matchFileNames": [
".forgejo/workflows/*.yml",
".forgejo/workflows/*.yaml",
".github/workflows/*.yml",
".github/workflows/*.yaml"
]
}
],
"labels": [
"dependencies"
]
}