Add renovate config

This commit is contained in:
Nishant Mishra
2025-07-03 20:22:43 +05:30
parent f9bb92e4f1
commit 26a973efa6

22
renovate.json Normal file
View File

@@ -0,0 +1,22 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:recommended"
],
"packageRules": [
{
"matchUpdateTypes": [
"minor",
"patch"
],
"groupName": "all non-major dependencies",
"groupSlug": "all-minor-patch",
"matchPackageNames": [
"*"
]
}
],
"baseBranches": [
"dev"
]
}