Skip to content

Commit

Permalink
Merge pull request #133 from move4mobile/feature/dependabot-setup
Browse files Browse the repository at this point in the history
feat: add dependabot configuration
  • Loading branch information
mschilling authored Feb 12, 2021
2 parents cedf9dc + 2bb055e commit c73f10b
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:
# Configuration for npm
- package-ecosystem: 'npm'
directory: .
schedule:
# Check the npm registry for updates at 4am UTC
interval: 'daily'
time: '04:00'
open-pull-requests-limit: 20
target-branch: 'integration/dependabot'
labels:
- 'dependencies'
- 'automerge'

0 comments on commit c73f10b

Please sign in to comment.