diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 07e7dad7e..c66cdf6a3 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -2,6 +2,12 @@ version: 2 # Only enable cargo, turn off npm from wasm example updates: + - package-ecosystem: "github-actions" + # Workflow files stored in the + # default location of `.github/workflows` + directory: "/" + schedule: + interval: "daily" - package-ecosystem: "cargo" directory: "/" schedule: