mirror of
https://github.com/Defelo/nginx-oidc.git
synced 2025-05-12 13:02:48 +00:00
28 lines
550 B
JSON
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"
|
|
}
|
|
}
|