Add renovate.json

This commit is contained in:
Robin Wieske 2025-11-25 13:05:01 +01:00
parent 2aa3fdc84d
commit 2128742b51

20
renovate.json Normal file
View file

@ -0,0 +1,20 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"local>entwirr.me/renovate-config"
],
"commitMessagePrefix": "chore(deps):",
"enabledManagers": ["dockerfile", "github-actions", "pip-requirements"],
"rangeStrategy": "update-lockfile",
"updatePinnedDependencies": true,
"packageRules": [
{
"matchPackageNames": ["*"],
"matchUpdateTypes": ["major", "minor", "patch", "pin", "digest"]
},
{
"matchManagers": ["composer", "github-actions", "pip-requirements"],
"addLabels": ["chore"]
}
]
}