Skip to content

Commit

Permalink
Merge pull request #107 from Typeform/fix/TU-2535/secure-dependencies…
Browse files Browse the repository at this point in the history
…-badge

fix(TU-2535): add dependabot config
  • Loading branch information
Thr44 authored Nov 14, 2023
2 parents fb42001 + 73b08a7 commit 255c51e
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
version: 2

updates:
- package-ecosystem: npm
directory: '/'
schedule:
interval: daily
open-pull-requests-limit: 99
versioning-strategy: increase
allow:
- dependency-name: '@typeform*'
commit-message:
prefix: 'chore'
include: 'scope'

0 comments on commit 255c51e

Please sign in to comment.