|
2 | 2 | "extends": [
|
3 | 3 | "config:js-app"
|
4 | 4 | ],
|
5 |
| - "labels": ["dependencies", "javascript"], |
| 5 | + "labels": [ |
| 6 | + "dependencies", |
| 7 | + "javascript" |
| 8 | + ], |
6 | 9 | "platformAutomerge": true,
|
7 | 10 | "automergeStrategy": "squash",
|
8 | 11 | "packageRules": [
|
9 | 12 | {
|
10 |
| - "matchDepNames": ["yarn"], |
| 13 | + "matchDepNames": [ |
| 14 | + "yarn" |
| 15 | + ], |
11 | 16 | "automerge": true
|
12 | 17 | },
|
13 | 18 | {
|
14 |
| - "matchPackageNames": ["vue"], |
| 19 | + "matchPackageNames": [ |
| 20 | + "vue" |
| 21 | + ], |
15 | 22 | "automerge": true
|
16 | 23 | },
|
17 | 24 | {
|
18 | 25 | "groupName": "vite packages",
|
19 | 26 | "matchPackageNames": [
|
20 | 27 | "vite",
|
21 |
| - "vite-plugin-vuetify" |
22 |
| - ], |
23 |
| - "matchPackagePatterns": [ |
24 |
| - "^@vitejs/" |
| 28 | + "vite-plugin-vuetify", |
| 29 | + "/^@vitejs//" |
25 | 30 | ],
|
26 | 31 | "automerge": true,
|
27 |
| - "schedule": ["on saturday"] |
| 32 | + "schedule": [ |
| 33 | + "on saturday" |
| 34 | + ] |
28 | 35 | },
|
29 | 36 | {
|
30 | 37 | "groupName": "dev server packages",
|
|
36 | 43 | "nodemon"
|
37 | 44 | ],
|
38 | 45 | "automerge": true,
|
39 |
| - "schedule": ["on the 5th and 20th day of the month"] |
| 46 | + "schedule": [ |
| 47 | + "on the 5th and 20th day of the month" |
| 48 | + ] |
40 | 49 | },
|
41 | 50 | {
|
42 |
| - "matchPackageNames": ["vuetify"], |
43 |
| - "schedule": ["on the 7th day of the month"] |
| 51 | + "matchPackageNames": [ |
| 52 | + "vuetify" |
| 53 | + ], |
| 54 | + "schedule": [ |
| 55 | + "on the 7th day of the month" |
| 56 | + ] |
44 | 57 | },
|
45 | 58 | {
|
46 | 59 | "groupName": "lumino packages",
|
47 |
| - "matchPackagePatterns": ["^@lumino/"] |
| 60 | + "matchPackageNames": [ |
| 61 | + "/^@lumino//" |
| 62 | + ] |
48 | 63 | },
|
49 | 64 | {
|
50 | 65 | "groupName": "apollo packages",
|
51 |
| - "matchPackagePatterns": ["^@apollo/"], |
52 |
| - "schedule": ["on the 10th day of the month"] |
| 66 | + "schedule": [ |
| 67 | + "on the 10th day of the month" |
| 68 | + ], |
| 69 | + "matchPackageNames": [ |
| 70 | + "/^@apollo//" |
| 71 | + ] |
53 | 72 | },
|
54 | 73 | {
|
55 |
| - "matchPackageNames": ["sass-embedded"], |
56 |
| - "schedule": ["on the 25th day of the month"] |
| 74 | + "matchPackageNames": [ |
| 75 | + "sass-embedded" |
| 76 | + ], |
| 77 | + "schedule": [ |
| 78 | + "on the 25th day of the month" |
| 79 | + ] |
57 | 80 | },
|
58 | 81 | {
|
59 |
| - "matchPackageNames": ["@vueuse/core"], |
| 82 | + "matchPackageNames": [ |
| 83 | + "@vueuse/core" |
| 84 | + ], |
60 | 85 | "automerge": true,
|
61 |
| - "schedule": ["on the 9th day of the month"] |
| 86 | + "schedule": [ |
| 87 | + "on the 9th day of the month" |
| 88 | + ] |
62 | 89 | },
|
63 | 90 | {
|
64 |
| - "matchPackageNames": ["vue-i18n"], |
| 91 | + "matchPackageNames": [ |
| 92 | + "vue-i18n" |
| 93 | + ], |
65 | 94 | "automerge": true,
|
66 |
| - "schedule": ["on the 15th day of the month"] |
| 95 | + "schedule": [ |
| 96 | + "on the 15th day of the month" |
| 97 | + ] |
67 | 98 | },
|
68 | 99 | {
|
69 | 100 | "groupName": "graphiql packages",
|
|
72 | 103 | "preact"
|
73 | 104 | ],
|
74 | 105 | "automerge": true,
|
75 |
| - "schedule": ["on the 12th day of the month"] |
| 106 | + "schedule": [ |
| 107 | + "on the 12th day of the month" |
| 108 | + ] |
76 | 109 | },
|
77 | 110 | {
|
78 | 111 | "groupName": "eslint packages",
|
79 |
| - "matchPackageNames": ["standard"], |
80 |
| - "matchPackagePatterns": ["^eslint"], |
| 112 | + "matchPackageNames": [ |
| 113 | + "standard", |
| 114 | + "/^eslint/" |
| 115 | + ], |
81 | 116 | "automerge": true,
|
82 |
| - "schedule": ["on the first day of the month"] |
| 117 | + "schedule": [ |
| 118 | + "on the first day of the month" |
| 119 | + ] |
83 | 120 | },
|
84 | 121 | {
|
85 | 122 | "groupName": "tests packages",
|
|
88 | 125 | "cross-fetch",
|
89 | 126 | "jsdom",
|
90 | 127 | "nyc",
|
91 |
| - "sinon" |
92 |
| - ], |
93 |
| - "matchPackagePatterns": [ |
94 |
| - "^@?cypress", |
95 |
| - "^@?vitest", |
96 |
| - "coverage", |
97 |
| - "istanbul" |
| 128 | + "sinon", |
| 129 | + "/^@?cypress/", |
| 130 | + "/^@?vitest/", |
| 131 | + "/coverage/", |
| 132 | + "/istanbul/" |
98 | 133 | ],
|
99 | 134 | "automerge": true,
|
100 |
| - "schedule": ["on sunday"] |
| 135 | + "schedule": [ |
| 136 | + "on sunday" |
| 137 | + ] |
101 | 138 | },
|
102 | 139 | {
|
103 | 140 | "groupName": "analysis view packages",
|
104 | 141 | "matchPackageNames": [
|
105 |
| - "apexcharts", |
106 |
| - "vue3-apexcharts" |
| 142 | + "apexcharts", |
| 143 | + "vue3-apexcharts" |
107 | 144 | ],
|
108 |
| - "addLabels": ["data workflows team"] |
| 145 | + "addLabels": [ |
| 146 | + "data workflows team" |
| 147 | + ] |
109 | 148 | }
|
110 | 149 | ],
|
111 | 150 | "vulnerabilityAlerts": {
|
112 |
| - "addLabels": ["security"] |
| 151 | + "addLabels": [ |
| 152 | + "security" |
| 153 | + ] |
113 | 154 | },
|
114 | 155 | "github-actions": {
|
115 | 156 | "enabled": false
|
|
0 commit comments