Skip to content

Commit

Permalink
chore: have dependabot update actions
Browse files Browse the repository at this point in the history
  • Loading branch information
huitseeker committed May 13, 2022
1 parent 0d96f87 commit 9218462
Show file tree
Hide file tree
Showing 3 changed files with 124 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,8 @@ updates:
directory: "/"
schedule:
interval: "weekly"

- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"
118 changes: 118 additions & 0 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion sui_core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ pretty_assertions = "1.2.1"
temp_testdir = "0.2.3"
hex = "0.4.3"
tracing-test = "0.2.1"

test-fuzz = "3.0.2"
test_utils = { path = "../test_utils" }

[[example]]
Expand Down

0 comments on commit 9218462

Please sign in to comment.