Skip to content

Commit 9eb7b30

Browse files
authored
Merge pull request BitGo#62 from ericcrosson-bitgo/35-configure-npm-dependency-upgrades
chore: configure dependabot to upgrade npm packages
2 parents 822eebd + 802d041 commit 9eb7b30

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+
version: 2
2+
updates:
3+
# Enable npm updates
4+
- package-ecosystem: npm
5+
directory: /
6+
schedule:
7+
interval: daily
8+
# UTC
9+
time: '08:00'
10+
reviewers:
11+
- '@BitGo/internal-tools'
12+
labels:
13+
- dependencies

0 commit comments

Comments
 (0)