Skip to content

Commit

Permalink
chore: added config
Browse files Browse the repository at this point in the history
  • Loading branch information
m62624 committed Jan 4, 2024
1 parent 80ec778 commit ae65d8c
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
# To get started with Dependabot version updates, you'll need to specify which
# package ecosystems to update and where the package manifests are located.
# Please see the documentation for all configuration options:
# https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates

version: 2
updates:
- package-ecosystem: "cargo" # See documentation for possible values
directory: "/" # Location of package manifests
schedule:
interval: "weekly"
open-pull-requests-limit: 2
target-branch: "bump-version"
ignore:
- dependency-name: "tokio"
versions: [">=2.0.0"]
- dependency-name: "tokio-stream"
versions: [">=1.0.0"]
- dependency-name: "async-trait"
versions: [">=0.1.0"]
- dependency-name: "strum*"
versions: [">=1.0.0"]
- dependency-name: "sysinfo"
versions: [">=0.30.0"]

0 comments on commit ae65d8c

Please sign in to comment.