servala-portal/renovate.json

43 lines
954 B
JSON
Raw Normal View History

{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
2025-05-27 13:44:38 +02:00
"config:recommended"
],
"packageRules": [
{
"matchManagers": [
"github-actions"
2025-05-27 13:44:38 +02:00
],
"matchFileNames": [
".forgejo/workflows/*.yml",
".forgejo/workflows/*.yaml"
2025-05-27 13:44:38 +02:00
]
},
{
"matchManagers": [
"pep621"
2025-05-27 13:44:38 +02:00
],
"rangeStrategy": "bump"
2025-05-27 13:44:38 +02:00
},
{
"matchPackageNames": [
"python"
],
2025-05-27 13:44:38 +02:00
"matchManagers": [
"dockerfile"
2025-05-27 13:44:38 +02:00
],
"versioning": "docker"
2025-05-27 13:44:38 +02:00
}
],
"labels": [
"dependencies"
],
"lockFileMaintenance": {
"enabled": true,
"schedule": [
"before 5am on monday"
]
},
"prConcurrentLimit": 5,
"branchConcurrentLimit": 10
}