website/renovate.json

23 lines
390 B
JSON
Raw Permalink Normal View History

2024-09-22 16:18:29 +00:00
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:recommended"
2024-09-22 21:37:55 +02:00
],
"packageRules": [
{
"groupName": "astro",
"matchPackagePrefixes": [
"@astrojs/",
"astro"
]
},
{
"groupName": "tailwindcss",
"matchPackagePrefixes": [
"@tailwindcss/",
"tailwindcss"
]
}
2024-09-22 16:18:29 +00:00
]
}