Chattr / .github /renovate.json
MH0386's picture
Merge pull request #800 from AlphaSphereDotAI/hf
66760eb verified
raw
history blame contribute delete
469 Bytes
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"dependencyDashboardOSVVulnerabilitySummary": "all",
"extends": [
"config:best-practices"
],
"lockFileMaintenance": {
"enabled": true
},
"osvVulnerabilityAlerts": true,
"packageRules": [
{
"matchManagers": [
"pep621"
],
"matchPackageNames": [
"*"
],
"rangeStrategy": "bump"
}
],
"pre-commit": {
"enabled": true
}
}