Skip to content

Commit

Permalink
Enable automatic update of GH Actions (#33)
Browse files Browse the repository at this point in the history
  • Loading branch information
brycx authored Nov 26, 2021
1 parent 5a777bb commit 05e17e8
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 6 deletions.
14 changes: 9 additions & 5 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
version: 2
updates:
- package-ecosystem: cargo
directory: "/"
schedule:
interval: daily
time: "05:35"
- package-ecosystem: cargo
directory: "/"
schedule:
interval: daily
time: "05:35"
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "daily"
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,6 @@ Cargo.lock
**/*.rs.bk
Cargo.lock

.DS_Store
.DS_Store

.idea

0 comments on commit 05e17e8

Please sign in to comment.