Skip to content

Commit

Permalink
feat: add dependabot for updating cargo dependencies (#11)
Browse files Browse the repository at this point in the history
* feat: add dependabot for updating cargo dependencies

* fix: ignore some dependency updates to avoid refactor of code temporarily
  • Loading branch information
ulic-youthlic authored Feb 6, 2025
1 parent 35d93d3 commit 452ec36
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 13 deletions.
12 changes: 12 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
version: 2
updates:
- package-ecosystem: cargo
directory: /
schedule:
interval: monthly
# TODO: wait for refactor the related code
ignore:
- dependency-name: rand
- dependency-name: rand_chacha
- dependency-name: elliptic-curve
- dependency-name: p256
24 changes: 12 additions & 12 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 examples/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[package]
name = "examples"
name = "mania-examples"
description = "examples for mania"
version.workspace = true
edition.workspace = true
Expand Down

0 comments on commit 452ec36

Please sign in to comment.