We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 56133bf commit edefe64Copy full SHA for edefe64
1 file changed
.github/dependabot.yml
@@ -3,7 +3,11 @@ updates:
3
- package-ecosystem: bundler
4
directory: "/"
5
schedule:
6
- interval: weekly
+ interval: daily
7
time: "01:00"
8
timezone: Asia/Tokyo
9
open-pull-requests-limit: 10
10
+ cooldown:
11
+ default-days: 5
12
+ include:
13
+ - "*"
0 commit comments