Skip to content

Commit d83c44d

Browse files
committed
dependabotのアップデート間隔(cooldown)を1日から3日に変更
1 parent 7720cdc commit d83c44d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/dependabot.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ updates:
55
schedule:
66
interval: daily
77
cooldown:
8-
default-days: 1
8+
default-days: 3
99
groups:
1010
actions:
1111
patterns:
@@ -18,7 +18,7 @@ updates:
1818
schedule:
1919
interval: daily
2020
cooldown:
21-
default-days: 1
21+
default-days: 3
2222
exclude:
2323
- 'pnpm'
2424
groups:

0 commit comments

Comments
 (0)