Skip to content

Commit

Permalink
Configure Dependabot to update Cargo and GitHub Action dependencies (#…
Browse files Browse the repository at this point in the history
…331)

Signed-off-by: Daniel Carl Jones <[email protected]>
  • Loading branch information
dannycjones authored Jun 30, 2023
1 parent df53a92 commit 5946bb8
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
version: 2
updates:
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"
- package-ecosystem: "cargo"
directory: "/"
schedule:
interval: "weekly"
day: "wednesday"
time: "08:00"
timezone: "Europe/London"

0 comments on commit 5946bb8

Please sign in to comment.