We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7bfef79 commit 1b80d27Copy full SHA for 1b80d27
1 file changed
.github/dependabot.yml
@@ -4,7 +4,18 @@ updates:
4
directory: /
5
schedule:
6
interval: monthly
7
+ groups:
8
+ gha-bump:
9
+ applies-to: version-updates
10
+ update-types:
11
+ - "patch"
12
+ - "minor"
13
- package-ecosystem: bundler
14
15
16
interval: quarterly
17
18
+ all:
19
20
+ patterns:
21
+ - "*"
0 commit comments