Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 747e0e1574 | |||
| debfdcd278 | |||
| f85daf3dbe |
+3
-4
@@ -26,8 +26,8 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"description": "TypeScript type definitions stay grouped with each other",
|
"description": "TypeScript type definitions stay grouped with each other",
|
||||||
"matchPackagePrefixes": ["@types/"],
|
"groupName": "type definitions",
|
||||||
"groupName": "type definitions"
|
"matchPackageNames": ["@types/{/,}**"]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"description": "Dev dependencies in their own group",
|
"description": "Dev dependencies in their own group",
|
||||||
@@ -43,8 +43,7 @@
|
|||||||
],
|
],
|
||||||
"vulnerabilityAlerts": {
|
"vulnerabilityAlerts": {
|
||||||
"labels": ["security", "vulnerability"],
|
"labels": ["security", "vulnerability"],
|
||||||
"schedule": ["at any time"],
|
"schedule": ["at any time"]
|
||||||
"prPriority": 10
|
|
||||||
},
|
},
|
||||||
"lockFileMaintenance": {
|
"lockFileMaintenance": {
|
||||||
"enabled": true,
|
"enabled": true,
|
||||||
|
|||||||
Reference in New Issue
Block a user