Skip to content

Commit b347f01

Browse files
authored
Merge pull request #579 from shapehq/develop
Merge to main
2 parents 16dac01 + 161c59d commit b347f01

File tree

12 files changed

+1274
-727
lines changed

12 files changed

+1274
-727
lines changed

.github/dependabot.yml

Lines changed: 3 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -3,17 +3,8 @@ updates:
33
- package-ecosystem: "npm"
44
directory: "/"
55
schedule:
6-
interval: "weekly"
6+
interval: "monthly"
77
groups:
8-
fontawesome:
8+
all:
99
patterns:
10-
- "@fortawesome/*"
11-
octokit:
12-
patterns:
13-
- "@octokit/*"
14-
mui:
15-
patterns:
16-
- "@mui/*"
17-
typescript-eslint:
18-
patterns:
19-
- "@typescript-eslint/*"
10+
- "*"

0 commit comments

Comments
 (0)