Merge branch 'gamelog' of https://github.com/Cutieguwu/miller into gamelog
This commit is contained in:
2
.github/dependabot.yml
vendored
2
.github/dependabot.yml
vendored
@@ -6,6 +6,6 @@
|
|||||||
version: 2
|
version: 2
|
||||||
updates:
|
updates:
|
||||||
- package-ecosystem: "cargo" # See documentation for possible values
|
- package-ecosystem: "cargo" # See documentation for possible values
|
||||||
directory: "/" # Location of package manifests
|
directories: ["/*"] # Location of package manifests
|
||||||
schedule:
|
schedule:
|
||||||
interval: "daily"
|
interval: "daily"
|
||||||
|
|||||||
@@ -22,4 +22,4 @@ features = [
|
|||||||
]
|
]
|
||||||
|
|
||||||
[dependencies.gamelog]
|
[dependencies.gamelog]
|
||||||
path = "./gamelog"
|
path = "../gamelog"
|
||||||
|
|||||||
Reference in New Issue
Block a user