We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ed541de commit 334a759Copy full SHA for 334a759
.github/dependabot.yml
@@ -1,8 +1,33 @@
1
version: 2
2
updates:
3
- - package-ecosystem: npm
+ # Update npm dependencies
4
+ - package-ecosystem: 'npm'
5
directory: '/'
6
schedule:
- interval: daily
7
- time: '10:00'
8
- open-pull-requests-limit: 10
+ interval: 'monthly'
+ groups:
9
+ lint:
10
+ patterns:
11
+ - '*eslint*'
12
+ - '*prettier*'
13
+ - '*typescript*'
14
+ test:
15
16
+ - '*svelte*'
17
+ - '*testing-library*'
18
+ - '*vite*'
19
+ - '*vitest*'
20
+ - 'jsdom'
21
+ - 'happy-dom'
22
+ development:
23
+ dependency-type: 'development'
24
+
25
+ # Update GitHub Actions dependencies
26
+ - package-ecosystem: 'github-actions'
27
+ directory: '/'
28
+ schedule:
29
30
31
+ actions:
32
33
+ - '*'
0 commit comments