There was an error while loading. Please reload this page.
1 parent 29b12c8 commit fc77f5eCopy full SHA for fc77f5e
1 file changed
.github/dependabot.yml
@@ -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
42
0 commit comments