This repository has been archived on 2024-03-04. You can view files and clone it, but cannot push or open issues or pull requests.
maatma-videos/renovate.json

21 lines
381 B
JSON
Raw Normal View History

2022-04-24 13:29:29 +00:00
{
2023-02-11 20:42:15 +00:00
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"lockFileMaintenance": {
"enabled": true,
"automerge": true
2023-05-05 07:01:06 +00:00
},
"packageRules": [
{
"matchPackageNames": [
"@sveltejs/kit",
"bootstrap-icons",
"eslint",
"prettier",
"vite"
],
"automerge": true,
"automergeType": "branch"
}
]
2022-04-24 13:29:29 +00:00
}