Skip to content

Commit 2054d34

Browse files
Merge pull request #8290 from BacLuc/disable-renovate
renovate.json: disable updates for frontend
2 parents 30a6916 + 22d8b71 commit 2054d34

File tree

1 file changed

+1
-10
lines changed

1 file changed

+1
-10
lines changed

renovate.json

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -39,17 +39,8 @@
3939
"groupName": "vue-minor-print-pdf"
4040
},
4141
{
42-
"extends": ["monorepo:vue"],
43-
"matchUpdateTypes": ["major", "minor", "patch"],
44-
"matchFileNames": ["frontend/package.json"],
45-
"dependencyDashboardApproval": true,
46-
"groupName": "vue-frontend"
47-
},
48-
{
49-
"matchDepNames": ["@vue/test-utils"],
5042
"matchFileNames": ["frontend/package.json"],
51-
"dependencyDashboardApproval": true,
52-
"groupName": "vue-test-utils-frontend"
43+
"enabled": false
5344
},
5445
{
5546
"matchDepNames": ["sass"],

0 commit comments

Comments
 (0)