We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a8440d0 + e74435a commit 168b2deCopy full SHA for 168b2de
1 file changed
.github/dependabot.yml
@@ -16,9 +16,12 @@ updates:
16
- dependency-name: "eslint-plugin-import"
17
versions: [">=2.30.0"]
18
groups:
19
- npm:
+ npm-minor:
20
patterns:
21
- "*"
22
+ update-types:
23
+ - "minor"
24
+ - "patch"
25
- package-ecosystem: github-actions
26
directories:
27
- "/.github/workflows"
@@ -28,6 +31,9 @@ updates:
28
31
labels:
29
32
- Rebuild
30
33
- actions:
34
+ actions-minor:
35
36
37
38
39
0 commit comments