Skip to content

Commit

Permalink
ci: add job to check github action updates
Browse files Browse the repository at this point in the history
  • Loading branch information
jdrouet authored Aug 11, 2024
1 parent dd96a56 commit 4eae838
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
version: 2
updates:
- package-ecosystem: "github-actions"
directory: "/"
schedule:
# Check for updates to GitHub Actions every week
interval: "weekly"

- package-ecosystem: "cargo"
directory: "/packages/mrml-cli"
schedule:
Expand Down

0 comments on commit 4eae838

Please sign in to comment.