Skip to content

Commit 3a59ddf

Browse files
authored
Group babel dependencies (#1026)
Additionally, change to weekly interval with 5 days of cooldown
1 parent eac1fb3 commit 3a59ddf

1 file changed

Lines changed: 13 additions & 3 deletions

File tree

.github/dependabot.yml

Lines changed: 13 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,17 +3,27 @@ updates:
33
- package-ecosystem: github-actions
44
directory: "/"
55
schedule:
6-
interval: daily
6+
interval: weekly
7+
cooldown:
8+
default-days: 5
79
- package-ecosystem: bundler
810
directory: "/"
911
schedule:
10-
interval: daily
12+
interval: weekly
13+
cooldown:
14+
default-days: 5
1115
open-pull-requests-limit: 10
1216
ignore:
1317
- dependency-name: sqlite3
1418
versions: ">= 2" # FIXME: Remove when rails/rails#51636 will be released
1519
- package-ecosystem: npm
1620
directory: "/"
1721
schedule:
18-
interval: daily
22+
interval: weekly
23+
cooldown:
24+
default-days: 5
1925
open-pull-requests-limit: 10
26+
groups:
27+
babel:
28+
patterns:
29+
- "@babel/*"

0 commit comments

Comments
 (0)