Update renovate.json

This commit is contained in:
Yogesh Choudhary Paliyal
2024-05-19 14:51:42 +05:30
committed by GitHub
parent 0918f4cd04
commit 32dc00c342

View File

@@ -2,5 +2,11 @@
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:base"
],
"packageRules": [
{
"matchPackagePatterns": ["*"],
"automerge": true
}
]
}