mirror of
https://github.com/skidoodle/albert.lol.git
synced 2026-04-28 11:17:41 +02:00
20d5b5cc12
Signed-off-by: skidoodle <contact@albert.lol>
11 lines
244 B
JSON
11 lines
244 B
JSON
{
|
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
|
"extends": [
|
|
"config:base"
|
|
],
|
|
"packageRules": [{
|
|
"matchUpdateTypes": ["major", "minor", "patch", "pin", "digest"],
|
|
"automerge": true
|
|
}]
|
|
}
|