Skip to content

Commit

Permalink
Merge pull request #90 from ThalosES/develop
Browse files Browse the repository at this point in the history
Changed dependanbot target branch
  • Loading branch information
0xCAB0 authored Apr 7, 2024
2 parents 272f5f5 + 6932b85 commit 176d780
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,12 @@ updates:
time: "07:10" # UTC
commit-message:
prefix: "chore(cargo):"
target-branch: "develop"

- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"
commit-message:
prefix: "ci(actions):"
prefix: "ci(actions):"
target-branch: "develop"
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,13 +34,13 @@ reqwest_cookie_store = "0.6"
typed-builder = "0.18"
fang = { version = "0.10.3", features = ["asynk"], default-features = false }
redis-macros = { version = "0.2.1", optional = true }
redis = { version = "0.24.0", optional = true }
redis = { version = "0.25.3", optional = true }
serde_json = { version = "1.0.91" }
log = "0.4.20"
lazy_static = "1.4.0"
[dev-dependencies]
redis-macros = { version = "0.2.1" }
redis = { version = "0.24.0" }
redis = { version = "0.25.3" }

[dependencies.bb8-postgres]
version = "0.8"
Expand Down

0 comments on commit 176d780

Please sign in to comment.