Skip to content

Commit 8bb42f8

Browse files
committed
feat(renovate-config): Update SD packages any time
1 parent d6cfba1 commit 8bb42f8

File tree

2 files changed

+30
-72
lines changed

2 files changed

+30
-72
lines changed

packages/renovate-config/default.json

Lines changed: 10 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -16,27 +16,6 @@
1616
"- [ ] I checked this package version in [snyk](https://security.snyk.io/vuln/npm) \\ \n - [ ] I labeled PR as 'PR needs visual test' \\ \n - [ ] I checked this update locally \\ \n - [ ] QA engineers checked this update"
1717
],
1818
"packageRules": [
19-
{
20-
"matchPackagePatterns": ["^@datadog/"],
21-
"prPriority": 1
22-
},
23-
{
24-
"matchPackagePatterns": ["^@sentry/"],
25-
"prPriority": 1,
26-
"extends": [":automergePatch"]
27-
},
28-
{
29-
"matchPackagePatterns": ["^cypress"],
30-
"prPriority": 1
31-
},
32-
{
33-
"matchUpdateTypes": "pin",
34-
"groupName": "all pins"
35-
},
36-
{
37-
"matchPackageNames": ["typescript"],
38-
"groupName": "typescript"
39-
},
4019
{
4120
"matchPackageNames": [
4221
"@superdispatch/eslint-plugin-ui",
@@ -47,7 +26,8 @@
4726
"@superdispatch/ui-lab"
4827
],
4928
"groupName": "@superdispatch/ui",
50-
"prPriority": 1
29+
"prPriority": 1,
30+
"schedule": ["at any time"]
5131
},
5232
{
5333
"matchPackageNames": [
@@ -61,29 +41,29 @@
6141
"@superdispatch/renovate-config"
6242
],
6343
"groupName": "@superdispatch/js-tools",
64-
"prPriority": 1
44+
"prPriority": 1,
45+
"schedule": ["at any time"]
6546
},
6647
{
6748
"matchPackageNames": ["@superdispatch/sdk"],
6849
"groupName": "@superdispatch/sdk",
69-
"prPriority": 1
50+
"prPriority": 1,
51+
"schedule": ["at any time"]
7052
},
7153
{
7254
"matchPackageNames": [
7355
"@superdispatch/http",
7456
"@superdispatch/http-resource"
7557
],
7658
"groupName": "@superdispatch/http",
77-
"prPriority": 1
59+
"prPriority": 1,
60+
"schedule": ["at any time"]
7861
},
7962
{
8063
"matchPackagePatterns": ["^@sdkit/"],
8164
"groupName": "sdkit",
82-
"prPriority": 1
83-
},
84-
{
85-
"matchPackagePatterns": ["^@testing-library/"],
86-
"groupName": "testing-library"
65+
"prPriority": 1,
66+
"schedule": ["at any time"]
8767
}
8868
]
8969
}

packages/renovate-config/package.json

Lines changed: 20 additions & 42 deletions
Original file line numberDiff line numberDiff line change
@@ -26,37 +26,6 @@
2626
"yarnDedupeHighest"
2727
],
2828
"packageRules": [
29-
{
30-
"matchPackagePatterns": [
31-
"^@datadog/"
32-
],
33-
"prPriority": 1
34-
},
35-
{
36-
"matchPackagePatterns": [
37-
"^@sentry/"
38-
],
39-
"prPriority": 1,
40-
"extends": [
41-
":automergePatch"
42-
]
43-
},
44-
{
45-
"matchPackagePatterns": [
46-
"^cypress"
47-
],
48-
"prPriority": 1
49-
},
50-
{
51-
"matchUpdateTypes": "pin",
52-
"groupName": "all pins"
53-
},
54-
{
55-
"matchPackageNames": [
56-
"typescript"
57-
],
58-
"groupName": "typescript"
59-
},
6029
{
6130
"matchPackageNames": [
6231
"@superdispatch/eslint-plugin-ui",
@@ -67,7 +36,10 @@
6736
"@superdispatch/ui-lab"
6837
],
6938
"groupName": "@superdispatch/ui",
70-
"prPriority": 1
39+
"prPriority": 1,
40+
"schedule": [
41+
"at any time"
42+
]
7143
},
7244
{
7345
"matchPackageNames": [
@@ -80,35 +52,41 @@
8052
"@superdispatch/gh-scripts"
8153
],
8254
"groupName": "@superdispatch/js-tools",
83-
"prPriority": 1
55+
"prPriority": 1,
56+
"schedule": [
57+
"at any time"
58+
]
8459
},
8560
{
8661
"matchPackageNames": [
8762
"@superdispatch/sdk"
8863
],
8964
"groupName": "@superdispatch/sdk",
90-
"prPriority": 1
65+
"prPriority": 1,
66+
"schedule": [
67+
"at any time"
68+
]
9169
},
9270
{
9371
"matchPackageNames": [
9472
"@superdispatch/http",
9573
"@superdispatch/http-resource"
9674
],
9775
"groupName": "@superdispatch/http",
98-
"prPriority": 1
76+
"prPriority": 1,
77+
"schedule": [
78+
"at any time"
79+
]
9980
},
10081
{
10182
"matchPackagePatterns": [
10283
"^@sdkit/"
10384
],
10485
"groupName": "sdkit",
105-
"prPriority": 1
106-
},
107-
{
108-
"matchPackagePatterns": [
109-
"^@testing-library/"
110-
],
111-
"groupName": "testing-library"
86+
"prPriority": 1,
87+
"schedule": [
88+
"at any time"
89+
]
11290
}
11391
]
11492
}

0 commit comments

Comments
 (0)