Skip to content

Commit

Permalink
Add github-actions to dependabot update checks
Browse files Browse the repository at this point in the history
  • Loading branch information
paulgoetze committed Sep 11, 2023
1 parent e642cd7 commit 55fbace
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,19 @@

version: 2
updates:
# Maintain dependencies for GitHub Actions
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"

# Maintain dependencies for hex
- package-ecosystem: "mix"
directory: "/"
schedule:
interval: "daily"

# Maintain dependencies for crates
- package-ecosystem: "cargo"
directory: "/native/mjml_nif"
schedule:
Expand Down

0 comments on commit 55fbace

Please sign in to comment.