Skip to content

Commit

Permalink
Dependabot correctly set up (#9)
Browse files Browse the repository at this point in the history
  • Loading branch information
arthurfiorette authored Apr 14, 2021
1 parent 4248198 commit 73e6915
Showing 1 changed file with 11 additions and 7 deletions.
18 changes: 11 additions & 7 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,15 +1,19 @@
version: 2
updates:
- package-ecosystem: 'npm'
directory: |
"/app"
"/web"
directory: '/app'
schedule:
interval: 'daily'
- package-ecosystem: 'docker'
directory: '/app'
schedule:
interval: 'daily'

- package-ecosystem: 'npm'
directory: '/web'
schedule:
interval: 'daily'
- package-ecosystem: 'docker'
directory: |
"/app"
"/web"
directory: '/web'
schedule:
interval: 'weekly'
interval: 'daily'

0 comments on commit 73e6915

Please sign in to comment.