Files
dancefinder-app/renovate.json
argoyle c8ebb71a2c
dancefinder-app / build (push) Successful in 1m56s
dancefinder-app / deploy-prod (push) Successful in 1m12s
chore(renovate): group pinia packages (#3032)
Group `pinia`, `@pinia/nuxt`, and `pinia-plugin-persistedstate` into a single Renovate group so they update together.

Reviewed-on: #3032
2026-08-17 09:32:55 +00:00

33 lines
588 B
JSON

{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:recommended"
],
"packageRules": [
{
"groupName": "Grafana Faro",
"matchPackageNames": [
"@grafana/faro-**"
]
},
{
"groupName": "pinia",
"matchPackageNames": [
"pinia",
"@pinia/nuxt",
"pinia-plugin-persistedstate"
]
},
{
"groupName": "stylelint",
"matchPackageNames": [
"stylelint",
"stylelint-config-standard"
]
}
],
"constraints": {
"node": ">=24"
}
}