Arduino-Pedal-Effects/renovate.json

16 lines
284 B
JSON
Raw Permalink Normal View History

2022-12-29 06:50:07 +00:00
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:base"
2024-03-12 06:00:08 +00:00
],
"packageRules": [
{
"matchUpdateTypes": [
"minor",
"patch"
],
"automerge": true
}
]
2022-12-29 06:50:07 +00:00
}