feat: Auto-merge Renovate dependency updates (#7280)

This commit is contained in:
Hayden
2026-03-19 13:22:59 -05:00
committed by GitHub
parent 33c73feb1c
commit 4c02724087
2 changed files with 130 additions and 0 deletions

View File

@@ -26,6 +26,37 @@
"pep621"
],
"rangeStrategy": "pin"
},
{
"description": "Auto-merge patch and minor Python dependency updates",
"matchManagers": [
"pep621"
],
"matchUpdateTypes": [
"patch",
"minor",
"pin",
"digest"
],
"automerge": true,
"automergeType": "pr",
"automergeStrategy": "squash",
"minimumReleaseAge": "5 days"
},
{
"description": "Auto-merge Docker digest and patch updates",
"matchManagers": [
"dockerfile"
],
"matchUpdateTypes": [
"patch",
"pin",
"digest"
],
"automerge": true,
"automergeType": "pr",
"automergeStrategy": "squash",
"minimumReleaseAge": "5 days"
}
]
}