Skip to content

Commit

Permalink
chore(dependabot) : add github-actions and docker
Browse files Browse the repository at this point in the history
  • Loading branch information
mmorel-35 committed Sep 8, 2021
1 parent c213366 commit b4f3e42
Showing 1 changed file with 17 additions and 5 deletions.
22 changes: 17 additions & 5 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,20 @@
version: 2
updates:
- package-ecosystem: 'npm'
directory: '/'
target-branch: 'develop'
- package-ecosystem: docker
directory: /
target-branch: develop
schedule:
interval: 'weekly'
day: 'friday'
interval: weekly
day: friday
- package-ecosystem: github-actions
directory: /
target-branch: develop
schedule:
interval: weekly
day: friday
- package-ecosystem: npm
directory: /
target-branch: develop
schedule:
interval: weekly
day: friday

0 comments on commit b4f3e42

Please sign in to comment.