Skip to content

Commit

Permalink
define dependabot schedule
Browse files Browse the repository at this point in the history
  • Loading branch information
mmorel-35 committed Nov 28, 2021
1 parent 0a684dc commit b46a97c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,18 @@ updates:
schedule:
interval: weekly
day: friday
time: "07:00"
- package-ecosystem: github-actions
directory: /
target-branch: develop
schedule:
interval: weekly
day: friday
time: "07:00"
- package-ecosystem: npm
directory: /
target-branch: develop
schedule:
interval: weekly
day: friday
time: "07:00"

0 comments on commit b46a97c

Please sign in to comment.