Skip to content

Commit

Permalink
renovate.json: do not update @vue/test-utils for frontend anymore
Browse files Browse the repository at this point in the history
Else we always have to separate the update for the frontend
from the update for the other modules.
  • Loading branch information
BacLuc committed Jul 2, 2024
1 parent 6fdf511 commit 9766085
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,16 @@
"dependencyDashboardApproval": true,
"groupName": "vue-frontend"
},
{
"matchDepNames": [
"@vue/test-utils"
],
"matchFileNames": [
"frontend/package.json"
],
"dependencyDashboardApproval": true,
"groupName": "vue-test-utils-frontend"
},
{
"matchDepNames": [
"sass"
Expand Down

0 comments on commit 9766085

Please sign in to comment.