Configure Renovate (#1)
All checks were successful
continuous-integration/drone/push Build is passing

Enable Renovate for the project
This commit is contained in:
Pierre HUBERT 2024-10-14 20:43:29 +00:00
parent 8a2ac0c434
commit e1b5f2f282

9
renovate.json Normal file
View File

@ -0,0 +1,9 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"packageRules": [
{
"matchUpdateTypes": ["major", "minor", "patch"],
"automerge": true
}
]
}