mirror of
https://github.com/skidoodle/albert.lol.git
synced 2025-02-15 06:09:15 +01:00
11 lines
251 B
JSON
11 lines
251 B
JSON
{
|
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
|
"extends": [
|
|
"config:base"
|
|
],
|
|
"packageRules": [{
|
|
"matchDepTypes": ["Dependencies", "devDependencies"],
|
|
"matchPackagePatterns": ["lint", "prettier"],
|
|
"automerge": true
|
|
}]
|
|
}
|