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