We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a68154a commit aca4284Copy full SHA for aca4284
1 file changed
.github/dependabot.yml
@@ -7,9 +7,19 @@ updates:
7
interval: weekly
8
target-branch: main
9
open-pull-requests-limit: 10
10
+ groups:
11
+ npm-minor-and-patch:
12
+ update-types:
13
+ - minor
14
+ - patch
15
16
- package-ecosystem: github-actions
17
directory: /
18
schedule:
19
20
21
22
+ github-actions-minor-and-patch:
23
24
25
0 commit comments