We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd8989c commit e141106Copy full SHA for e141106
.github/dependabot.yml
@@ -4,10 +4,30 @@ updates:
4
directory: "/"
5
schedule:
6
interval: "weekly"
7
+ groups:
8
+ dependency-updates:
9
+ applies-to: version-updates
10
+ update-types:
11
+ - major
12
+ - minor
13
+ - patch
14
+ security-updates:
15
+ applies-to: security-updates
16
+ dependency-type: production
17
- package-ecosystem: "npm"
18
19
20
21
22
23
24
25
26
27
28
29
30
31
- package-ecosystem: "github-actions"
32
33
0 commit comments