Skip to content

Commit 8dd443f

Browse files
authored
chore(dependabot): enable auto dependency updates (#495)
1 parent 0a9414d commit 8dd443f

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

.github/dependabot.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# Basic dependabot.yml file with
2+
# minimum configuration for two package managers
3+
# https://docs.github.com/en/free-pro-team@latest/github/administering-a-repository/enabling-and-disabling-version-updates
4+
5+
version: 2
6+
updates:
7+
# Enable version updates for npm
8+
- package-ecosystem: "npm"
9+
# Look for `package.json` and `lock` files in the `root` directory
10+
directory: "/"
11+
# Check the npm registry for updates every day (weekdays)
12+
schedule:
13+
interval: "daily"

0 commit comments

Comments
 (0)