Skip to content

Commit

Permalink
.github: add dependabot
Browse files Browse the repository at this point in the history
To perform automatic dependency and version updates.

Signed-off-by: Jiaqi Gao <[email protected]>
  • Loading branch information
gaojiaqi7 authored and jyao1 committed Sep 18, 2023
1 parent efddb65 commit 800030b
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 800030b

Please sign in to comment.