Update renovate.json

This commit is contained in:
Robin Wieske 2025-11-25 13:18:06 +01:00
parent 2128742b51
commit 085dd46afc

View file

@ -4,7 +4,7 @@
"local>entwirr.me/renovate-config"
],
"commitMessagePrefix": "chore(deps):",
"enabledManagers": ["dockerfile", "github-actions", "pip-requirements"],
"enabledManagers": ["dockerfile", "github-actions"],
"rangeStrategy": "update-lockfile",
"updatePinnedDependencies": true,
"packageRules": [
@ -13,7 +13,7 @@
"matchUpdateTypes": ["major", "minor", "patch", "pin", "digest"]
},
{
"matchManagers": ["composer", "github-actions", "pip-requirements"],
"matchManagers": ["composer", "github-actions"],
"addLabels": ["chore"]
}
]