mirror of
https://github.com/skidoodle/albert.lol.git
synced 2026-04-28 19:27:40 +02:00
1dd4ab47a0
Signed-off-by: skidoodle <contact@albert.lol>
12 lines
251 B
JSON
12 lines
251 B
JSON
{
|
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
|
"extends": [
|
|
"config:base"
|
|
],
|
|
"packageRules": [{
|
|
"matchDepTypes": ["Dependencies", "devDependencies"],
|
|
"matchPackagePatterns": ["lint", "prettier"],
|
|
"automerge": true
|
|
}]
|
|
}
|