We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8b3842a commit 9df6bedCopy full SHA for 9df6bed
.github/dependabot.yml
@@ -5,9 +5,13 @@ updates:
5
schedule:
6
interval: "monthly"
7
groups:
8
- all:
9
- patterns:
10
- - "*"
+ major:
+ update-types:
+ - "major"
11
+ minor-patch:
12
13
+ - "minor"
14
+ - "patch"
15
- package-ecosystem: "github-actions" # See documentation for possible values
16
directory: "/" # Location of package manifests
17
0 commit comments