Skip to content

Commit 63b6409

Browse files
authored
Merge pull request #12 from pddg/add-cooldown
add cooldown config
2 parents 8ac8e8f + a1b7e2e commit 63b6409

1 file changed

Lines changed: 3 additions & 7 deletions

File tree

.github/dependabot.yml

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
version: 2
22
updates:
3-
# GitHub Actionsのアクションのバージョンを自動更新
43
- package-ecosystem: "github-actions"
54
directory: "/"
65
schedule:
@@ -11,11 +10,8 @@ updates:
1110
open-pull-requests-limit: 5
1211
reviewers:
1312
- "pddg"
14-
assignees:
15-
- "pddg"
16-
commit-message:
17-
prefix: "chore(deps):"
18-
include: "scope"
1913
labels:
2014
- "dependencies"
21-
- "github-actions"
15+
- "github-actions"
16+
cooldown:
17+
default-days: 3

0 commit comments

Comments
 (0)