Skip to content

Commit f67bd65

Browse files
authored
Add GitHub Actions to Dependabot configuration
1 parent 36f843e commit f67bd65

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.github/dependabot.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,15 @@
11
version: 2
22
updates:
3+
- package-ecosystem: "github-actions"
4+
directory: "/"
5+
schedule:
6+
interval: "weekly"
7+
38
- package-ecosystem: "docker"
49
directory: "/"
510
schedule:
611
interval: "weekly"
12+
713
- package-ecosystem: "npm"
814
directory: "/"
915
schedule:

0 commit comments

Comments
 (0)