Skip to content

Commit

Permalink
enable dependabot
Browse files Browse the repository at this point in the history
To update dependency automatically.

Signed-off-by: Jiaqi Gao <[email protected]>
  • Loading branch information
gaojiaqi7 committed Sep 18, 2023
1 parent a47045f commit a19d072
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
version: 2
updates:

- package-ecosystem: "cargo"
directory: "/"
schedule:
# Check for updates to cargo dependencies every week
interval: "weekly"
open-pull-requests-limit: 1
allow:
- dependency-type: direct
- dependency-type: indirect

- package-ecosystem: "github-actions"
directory: "/"
schedule:
# Check for updates to GitHub Actions every week
interval: "weekly"

0 comments on commit a19d072

Please sign in to comment.