mirror of
https://github.com/go-vikunja/vikunja.git
synced 2025-12-05 19:16:51 -06:00
74 lines
1.2 KiB
JSON
74 lines
1.2 KiB
JSON
{
|
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
|
"labels": [
|
|
"dependencies"
|
|
],
|
|
"extends": [
|
|
"config:best-practices",
|
|
"config:js-app"
|
|
],
|
|
"hostRules": [
|
|
{
|
|
"timeout": 600000
|
|
}
|
|
],
|
|
"packageRules": [
|
|
{
|
|
"matchPackageNames": [
|
|
"happy-dom"
|
|
],
|
|
"extends": [
|
|
"schedule:weekly"
|
|
]
|
|
},
|
|
{
|
|
"groupName": "caniuse-and-related",
|
|
"matchPackageNames": [
|
|
"caniuse-lite",
|
|
"browserslist"
|
|
],
|
|
"extends": [
|
|
"schedule:weekly"
|
|
]
|
|
},
|
|
{
|
|
"groupName": "vueuse",
|
|
"matchPackageNames": [
|
|
"@vueuse/{/,}**"
|
|
]
|
|
},
|
|
{
|
|
"groupName": "histoire",
|
|
"matchPackageNames": [
|
|
"@histoire/{/,}**",
|
|
"histoire{/,}**"
|
|
]
|
|
},
|
|
{
|
|
"groupName": "tiptap",
|
|
"matchPackageNames": [
|
|
"@tiptap/{/,}**",
|
|
"tiptap{/,}**"
|
|
]
|
|
},
|
|
{
|
|
"matchDepTypes": [
|
|
"devDependencies"
|
|
],
|
|
"groupName": "dev-dependencies",
|
|
"extends": [
|
|
"schedule:daily"
|
|
]
|
|
},
|
|
{
|
|
"matchCategories": [
|
|
"github-actions",
|
|
"service"
|
|
],
|
|
"extends": [
|
|
"schedule:weekly"
|
|
]
|
|
}
|
|
]
|
|
}
|