Skip to content

Commit

Permalink
Update dependabot.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
theaddonn authored Dec 31, 2024
1 parent ad9bf4a commit 2882388
Showing 1 changed file with 11 additions and 7 deletions.
18 changes: 11 additions & 7 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ updates:
# Main crate dependencies
- package-ecosystem: "cargo" # See documentation for possible values
directory: "/" # Location of main package manifest
target-branch: "dev"
schedule:
interval: "daily"

Expand All @@ -16,45 +17,48 @@ updates:

- package-ecosystem: "cargo"
directory: "/crates/addon" # Location of internal crate "addon"
target-branch: "dev"
schedule:
interval: "daily"

- package-ecosystem: "cargo"
directory: "/crates/core" # Location of internal crate "core"
target-branch: "dev"
schedule:
interval: "daily"

- package-ecosystem: "cargo"
directory: "/crates/form" # Location of internal crate "form"
schedule:
interval: "daily"

- package-ecosystem: "cargo"
directory: "/crates/paletted_storage" # Location of internal crate "paletted_storage"
target-branch: "dev"
schedule:
interval: "daily"

- package-ecosystem: "cargo"
directory: "/crates/proto" # Location of internal crate "proto"
target-branch: "dev"
schedule:
interval: "daily"

- package-ecosystem: "cargo"
directory: "/crates/proto_core" # Location of internal crate "proto_core"
target-branch: "dev"
schedule:
interval: "daily"

- package-ecosystem: "cargo"
directory: "/crates/proto_macros" # Location of internal crate "proto_macros"
directory: "/crates/macros" # Location of internal crate "macros"
target-branch: "dev"
schedule:
interval: "daily"

- package-ecosystem: "cargo"
directory: "/crates/shared" # Location of internal crate "shared"
target-branch: "dev"
schedule:
interval: "daily"

- package-ecosystem: "cargo"
directory: "/crates/world" # Location of internal crate "world"
directory: "/crates/level" # Location of internal crate "level"
target-branch: "dev"
schedule:
interval: "daily"

0 comments on commit 2882388

Please sign in to comment.