Skip to content

Commit fc77f5e

Browse files
chore: add dependabot config
1 parent 29b12c8 commit fc77f5e

1 file changed

Lines changed: 42 additions & 0 deletions

File tree

.github/dependabot.yml

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
1+
version: 2
2+
updates:
3+
- package-ecosystem: npm
4+
directory: /
5+
schedule:
6+
interval: weekly
7+
day: monday
8+
time: "04:00"
9+
open-pull-requests-limit: 10
10+
groups:
11+
framework:
12+
patterns:
13+
- "@angular/*"
14+
- "@angular-devkit/*"
15+
- "@astrojs/*"
16+
- "astro"
17+
- "next"
18+
- "@next/*"
19+
- "eslint-config-next"
20+
- "nuxt"
21+
- "@nuxt/*"
22+
- "@nuxtjs/*"
23+
- "svelte"
24+
- "@sveltejs/*"
25+
- "vue"
26+
- "@vue/*"
27+
- "@vitejs/*"
28+
- "react"
29+
- "react-dom"
30+
- "@types/react"
31+
- "@types/react-dom"
32+
dev-dependencies:
33+
dependency-type: development
34+
exclude-patterns:
35+
- "@storyblok/*"
36+
production-minor-patch:
37+
dependency-type: production
38+
update-types:
39+
- minor
40+
- patch
41+
exclude-patterns:
42+
- "@storyblok/*"

0 commit comments

Comments
 (0)