2 Commits

Author SHA1 Message Date
argoyle 415f74200e Merge pull request 'chore(deps): group stylelint dependencies in renovate config' (#2750) from renovate-group-stylelint into main
dancefinder-app / build (push) Successful in 1m8s
dancefinder-app / deploy-prod (push) Successful in 1m13s
Reviewed-on: #2750
2026-01-18 19:05:07 +00:00
argoyle a7e54dad6d chore(deps): group stylelint dependencies in renovate config
dancefinder-app / build (pull_request) Successful in 2m3s
dancefinder-app / deploy-prod (pull_request) Has been skipped
2026-01-18 19:57:06 +01:00
+7
View File
@@ -9,6 +9,13 @@
"matchPackageNames": [
"@grafana/faro-**"
]
},
{
"groupName": "stylelint",
"matchPackageNames": [
"stylelint",
"stylelint-config-standard"
]
}
]
}