mirror of
https://github.com/TeamPiped/Piped.git
synced 2024-08-14 23:57:27 +00:00
21 lines
360 B
JSON
21 lines
360 B
JSON
{
|
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
|
"extends": [
|
|
"config:base",
|
|
"group:recommended"
|
|
],
|
|
"ignorePresets": [
|
|
":prHourlyLimit2"
|
|
],
|
|
"packageRules": [
|
|
{
|
|
"matchPackagePrefixes": [
|
|
"@unocss/"
|
|
],
|
|
"matchPackageNames": [
|
|
"unocss"
|
|
],
|
|
"groupName": "unocss"
|
|
}
|
|
]
|
|
}
|