Skip to content

Commit ec519ab

Browse files
authored
Merge pull request #5 from Typeform/chore/TU-3928/badges
chore(TU-3928): add dependabot config
2 parents f667d42 + a396faf commit ec519ab

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

.github/dependabot.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
version: 2
2+
3+
updates:
4+
- package-ecosystem: npm
5+
directory: '/'
6+
schedule:
7+
interval: daily
8+
open-pull-requests-limit: 99
9+
versioning-strategy: increase
10+
allow:
11+
- dependency-name: '@typeform*'
12+
commit-message:
13+
prefix: 'chore'
14+
include: 'scope'

0 commit comments

Comments
 (0)