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

48 lines
942 B
JSON
Raw Permalink Normal View History

{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"labels": ["dependencies"],
"extends": [
"config:js-app"
2022-01-14 21:20:32 +00:00
],
2024-01-16 11:15:04 +00:00
"hostRules": [
{
"timeout": 600000
}
],
2022-01-14 21:20:32 +00:00
"packageRules": [
{
"matchPackageNames": ["happy-dom"],
"extends": ["schedule:weekly"]
},
{
"groupName": "caniuse-and-related",
"matchPackageNames": ["caniuse-lite", "browserslist"],
2022-01-14 21:20:32 +00:00
"extends": ["schedule:weekly"]
},
{
"groupName": "vueuse",
"matchPackagePrefixes": [
"@vueuse/"
]
},
{
"groupName": "histoire",
"matchPackagePrefixes": [
"@histoire/",
2023-02-11 08:04:20 +00:00
"histoire"
]
},
{
"groupName": "tiptap",
"matchPackagePrefixes": [
"@tiptap/",
"tiptap"
]
},
{
"matchDepTypes": ["devDependencies"],
"groupName": "dev-dependencies",
"extends": ["schedule:daily"]
2022-01-14 21:20:32 +00:00
}
]
}