Skip to content

Commit

Permalink
Merge pull request #4 from shadoo77/dependabot/add-v2-config-file
Browse files Browse the repository at this point in the history
Create Dependabot config file
  • Loading branch information
shadoo77 authored Mar 17, 2021
2 parents fa75e20 + 1ddbfa9 commit 7dae601
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# This is an example with only required properties:
version: 2
updates:
- package-ecosystem: npm
directory: "/"
schedule:
interval: weekly
time: "04:00"
open-pull-requests-limit: 10

- package-ecosystem: npm
directory: "/client"
schedule:
interval: weekly
time: "04:00"
open-pull-requests-limit: 10

0 comments on commit 7dae601

Please sign in to comment.