Skip to content

Commit edefe64

Browse files
committed
added dependabot cooldown
1 parent 56133bf commit edefe64

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

.github/dependabot.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,11 @@ updates:
33
- package-ecosystem: bundler
44
directory: "/"
55
schedule:
6-
interval: weekly
6+
interval: daily
77
time: "01:00"
88
timezone: Asia/Tokyo
99
open-pull-requests-limit: 10
10+
cooldown:
11+
default-days: 5
12+
include:
13+
- "*"

0 commit comments

Comments
 (0)