Skip to content

Commit aee52d1

Browse files
authored
Group dependabot updates
1 parent 0b86ede commit aee52d1

File tree

1 file changed

+16
-1
lines changed

1 file changed

+16
-1
lines changed

.github/dependabot.yml

+16-1
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,19 @@ updates:
33
- package-ecosystem: "npm"
44
directory: "/"
55
schedule:
6-
interval: "daily"
6+
interval: "weekly"
7+
day: "monday"
8+
groups:
9+
astro:
10+
patterns:
11+
- "@astrojs/*"
12+
- "astro"
13+
eslint:
14+
patterns:
15+
- "@typescript-eslint/*"
16+
- "eslint-*"
17+
- "eslint"
18+
prettier:
19+
patterns:
20+
- "prettier-plugin-*"
21+
- "prettier"

0 commit comments

Comments
 (0)