SolarEnergy/renovate.json
Pierre HUBERT e1b5f2f282
All checks were successful
continuous-integration/drone/push Build is passing
Configure Renovate (#1)
Enable Renovate for the project
2024-10-14 20:43:29 +00:00

9 lines
184 B
JSON

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