Skip to content

Commit 7cfbd4a

Browse files
authored
Merge pull request #192 from PSDTools/renovate/configure
chore: Configure Renovate
2 parents 0c3299e + c4325f0 commit 7cfbd4a

File tree

3 files changed

+68
-55
lines changed

3 files changed

+68
-55
lines changed

.github/dependabot.yaml

Lines changed: 0 additions & 53 deletions
This file was deleted.

.github/renovate.json

Lines changed: 66 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,66 @@
1+
{
2+
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
3+
"extends": [
4+
"config:best-practices",
5+
"group:fortawesome"
6+
],
7+
"packageRules": [
8+
{
9+
"extends": [
10+
"packages:eslint",
11+
"monorepo:cspell"
12+
],
13+
"matchPackageNames": [
14+
"@sherifforg/**"
15+
],
16+
"groupName": "lint"
17+
},
18+
{
19+
"extends": [
20+
"monorepo:vitest",
21+
"packages:vite",
22+
"monorepo:workbox",
23+
"monorepo:turbo"
24+
],
25+
"matchPackageNames": [
26+
"@vite-pwa/**",
27+
"browserslist**",
28+
"lightningcss"
29+
],
30+
"groupName": "build"
31+
},
32+
{
33+
"extends": [
34+
"monorepo:storybook"
35+
],
36+
"matchPackageNames": [
37+
"@chromatic-com/storybook",
38+
"chromatic"
39+
],
40+
"groupName": "storybook"
41+
},
42+
{
43+
"matchPackageNames": [
44+
"zod**"
45+
],
46+
"groupName": "zod"
47+
},
48+
{
49+
"groupName": "github-actions",
50+
"matchManagers": [
51+
"github-actions"
52+
],
53+
"matchPackageNames": [
54+
"actions/**"
55+
]
56+
}
57+
],
58+
"assigneesFromCodeOwners": true,
59+
"labels": [
60+
"dependencies"
61+
],
62+
"postUpdateOptions": [
63+
"pnpmDedupe"
64+
],
65+
"prHourlyLimit": 0
66+
}

.prettierrc.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,13 @@
99
"experimentalTernaries": true,
1010
"overrides": [
1111
{
12-
"files": "*.svelte",
12+
"files": ["*.svelte"],
1313
"options": {
1414
"parser": "svelte"
1515
}
1616
},
1717
{
18-
"files": "**/turbo.json",
18+
"files": ["**/turbo.json", ".github/renovate.json"],
1919
"options": {
2020
"parser": "json-stringify"
2121
}

0 commit comments

Comments
 (0)