Skip to content

Instantly share code, notes, and snippets.

@manavm1990
Created September 21, 2024 12:50
Show Gist options
  • Save manavm1990/29cb318da2b7b51e5ee737502cf1fc80 to your computer and use it in GitHub Desktop.
Save manavm1990/29cb318da2b7b51e5ee737502cf1fc80 to your computer and use it in GitHub Desktop.
My preferred RenovateBot starter configuration 🔧
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:recommended"
],
"prHourlyLimit": 3,
"packageRules": [
{
"matchUpdateTypes": ["major"],
"dependencyDashboardApproval": true
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment