nginx-oidc/renovate.json
2025-04-16 20:56:24 +02:00

28 lines
550 B
JSON

{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": ["config:recommended"],
"lockFileMaintenance": {
"enabled": true,
"automerge": true
},
"packageRules": [
{
"matchUpdateTypes": ["minor", "patch"],
"matchManagers": ["cargo"],
"automerge": true
},
{
"groupName": "rust:axum",
"matchManagers": ["cargo"],
"matchPackageNames": ["axum", "axum-*"]
}
],
"postUpgradeTasks": {
"commands": ["nix run .#generate"],
"executionMode": "branch"
}
}