Skip to content

Commit 219b8be

Browse files
authored
Merge pull request #303 from DeNA/feature/dependabot
add dependabot.yml
2 parents eb5a76d + 3aced3a commit 219b8be

1 file changed

Lines changed: 30 additions & 0 deletions

File tree

.github/dependabot.yml

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
version: 2
2+
updates:
3+
- package-ecosystem: github-actions
4+
directory: /
5+
schedule:
6+
interval: weekly
7+
cooldown:
8+
default-days: 7
9+
groups:
10+
actions-minor:
11+
update-types:
12+
- minor
13+
- patch
14+
15+
- package-ecosystem: npm
16+
directory: /
17+
schedule:
18+
interval: weekly
19+
cooldown:
20+
default-days: 7
21+
groups:
22+
npm-development:
23+
dependency-type: development
24+
update-types:
25+
- minor
26+
- patch
27+
npm-production:
28+
dependency-type: production
29+
update-types:
30+
- patch

0 commit comments

Comments
 (0)