We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eac1fb3 commit 3a59ddfCopy full SHA for 3a59ddf
1 file changed
.github/dependabot.yml
@@ -3,17 +3,27 @@ updates:
3
- package-ecosystem: github-actions
4
directory: "/"
5
schedule:
6
- interval: daily
+ interval: weekly
7
+ cooldown:
8
+ default-days: 5
9
- package-ecosystem: bundler
10
11
12
13
14
15
open-pull-requests-limit: 10
16
ignore:
17
- dependency-name: sqlite3
18
versions: ">= 2" # FIXME: Remove when rails/rails#51636 will be released
19
- package-ecosystem: npm
20
21
22
23
24
25
26
+ groups:
27
+ babel:
28
+ patterns:
29
+ - "@babel/*"
0 commit comments