Byparr/renovate.json

12 lines
265 B
JSON
Raw Normal View History

2024-11-28 12:27:27 +00:00
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
2024-11-28 12:33:04 +00:00
"extends": ["config:recommended"],
"packageRules": [
{
"automerge": true,
2024-11-30 12:58:02 +00:00
"matchPackageNames": ["^(?!.*\bpython\b).*"],
2024-11-28 12:33:04 +00:00
"matchUpdateTypes": ["minor", "patch"]
}
2024-11-30 12:59:00 +00:00
]
2024-11-28 12:27:27 +00:00
}