Skip to content
This repository was archived by the owner on Jan 17, 2024. It is now read-only.

Commit 8a3eda3

Browse files
committed
Create dependabot.yml
1 parent e6999c2 commit 8a3eda3

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

.github/dependabot.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
version: 2
2+
updates:
3+
- package-ecosystem: "npm" # See documentation for possible values
4+
directory: "/" # Location of package manifests
5+
schedule:
6+
interval: "weekly"
7+
8+
- package-ecosystem: "docker"
9+
# Look for a `Dockerfile` in the `root` directory
10+
directory: "/"
11+
schedule:
12+
interval: "weekly"

0 commit comments

Comments
 (0)