chore(deps): add renovate bot

This commit is contained in:
Raventric 2024-01-08 09:25:56 +05:30
parent 424b02b140
commit ce9b3fad3d

10
renovate.json Normal file
View file

@ -0,0 +1,10 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
":dependencyDashboard",
":semanticPrefixFixDepsChoreOthers",
":ignoreModulesAndTests",
"group:allNonMajor",
":semanticCommitTypeAll(chore)"
]
}