We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 457a50b + 9bdf998 commit eb7d0b8Copy full SHA for eb7d0b8
.github/dependabot.yml
@@ -5,11 +5,27 @@ updates:
5
directory: "/"
6
schedule:
7
interval: "daily"
8
+ groups:
9
+ bundler-dependencies:
10
+ patterns:
11
+ - "*"
12
cooldown:
13
default-days: 7
14
- package-ecosystem: "github-actions"
15
16
17
18
19
+ github-actions-dependencies:
20
21
22
23
24
+ - package-ecosystem: "pre-commit"
25
+ directory: "/"
26
+ schedule:
27
+ interval: "daily"
28
29
+ pre-commit-hooks:
30
31
0 commit comments