Skip to content

Commit 19987de

Browse files
authored
Configure Dependabot for npm and GitHub Actions
Added npm and GitHub Actions package ecosystems for Dependabot updates with weekly schedule and cooldown settings.
1 parent aa2dbb8 commit 19987de

1 file changed

Lines changed: 19 additions & 0 deletions

File tree

.github/dependabot.yml

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
version: 2
2+
updates:
3+
- package-ecosystem: "npm"
4+
directory: "/"
5+
schedule:
6+
interval: "weekly"
7+
cooldown:
8+
default-days: 7
9+
assignees:
10+
- "ocean"
11+
12+
- package-ecosystem: "github-actions"
13+
directory: "/"
14+
schedule:
15+
interval: "weekly"
16+
cooldown:
17+
default-days: 7
18+
assignees:
19+
- "ocean"

0 commit comments

Comments
 (0)