Created
September 21, 2024 12:50
-
-
Save manavm1990/29cb318da2b7b51e5ee737502cf1fc80 to your computer and use it in GitHub Desktop.
My preferred RenovateBot starter configuration 🔧
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"$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