Skip to content

Commit

Permalink
ci: add dependabot (#196)
Browse files Browse the repository at this point in the history
This is the same configuration we are using in uv minus the automatic lable: weekly updates for dependabot and cargo dependencies. Feel to edit the interval if you prefer something else.
  • Loading branch information
konstin authored Mar 22, 2024
1 parent 4d895a1 commit 16e8ced
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
version: 2
updates:
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"
groups:
artifacts:
# Group upload/download artifact updates, the versions are dependent
patterns:
- "actions/*-artifact"

- package-ecosystem: "cargo"
directory: "/"
schedule:
interval: "weekly"

0 comments on commit 16e8ced

Please sign in to comment.