Skip to content

Commit

Permalink
Merge pull request #4049 from learningequality/dependabot-config
Browse files Browse the repository at this point in the history
Add Github actions to dependabot managed upgrades and fix time for upgrades to midnight UTC
  • Loading branch information
bjester authored May 4, 2023
2 parents 898477f + c9c12a8 commit f440f74
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,18 @@ updates:
directory: "/"
schedule:
interval: "daily"
time: "00:00"

# Maintain dependencies for Javascript
- package-ecosystem: "npm"
directory: "/"
schedule:
interval: "daily"
time: "00:00"

# Maintain dependencies for Github Actions
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "daily"
time: "00:00"

0 comments on commit f440f74

Please sign in to comment.