chore: Update Renovate config to pin versions in pyproject.toml (#6603)

This commit is contained in:
Michael Genson
2025-11-29 10:42:01 -06:00
committed by GitHub
parent 7cc0fafbaa
commit bfbdf76c2d

View File

@@ -20,6 +20,12 @@
"npm" "npm"
], ],
"dependencyDashboardApproval": true "dependencyDashboardApproval": true
},
{
"matchManagers": [
"pep621"
],
"rangeStrategy": "pin"
} }
] ]
} }