From a2508b670860034b4c3f0869dc6d2a026d7fac95 Mon Sep 17 00:00:00 2001 From: Olivia Brooks <109807080+Cutieguwu@users.noreply.github.com> Date: Fri, 28 Mar 2025 18:27:20 -0400 Subject: [PATCH 1/6] Update dependabot.yml --- .github/dependabot.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 42d1417..07edd85 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -6,6 +6,6 @@ version: 2 updates: - package-ecosystem: "cargo" # See documentation for possible values - directory: "/" # Location of package manifests + directory: "/*" # Location of package manifests schedule: interval: "daily" -- 2.49.1 From bef1686608a11df62a16b077dcf001683499a86a Mon Sep 17 00:00:00 2001 From: Olivia Brooks <109807080+Cutieguwu@users.noreply.github.com> Date: Fri, 28 Mar 2025 18:30:47 -0400 Subject: [PATCH 2/6] Update dependabot.yml --- .github/dependabot.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 07edd85..58728f3 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -6,6 +6,6 @@ version: 2 updates: - package-ecosystem: "cargo" # See documentation for possible values - directory: "/*" # Location of package manifests + directories: "/*" # Location of package manifests schedule: interval: "daily" -- 2.49.1 From 0cfb29e2e765dc1d27da7f166316c1b7a606d611 Mon Sep 17 00:00:00 2001 From: Olivia Brooks <109807080+Cutieguwu@users.noreply.github.com> Date: Fri, 28 Mar 2025 18:31:23 -0400 Subject: [PATCH 3/6] Update dependabot.yml --- .github/dependabot.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 58728f3..ccfccc8 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -6,6 +6,6 @@ version: 2 updates: - package-ecosystem: "cargo" # See documentation for possible values - directories: "/*" # Location of package manifests + directories: ["/*"] # Location of package manifests schedule: interval: "daily" -- 2.49.1 From ed3ff7e1af95492183deb7f4b385a80feaff0c00 Mon Sep 17 00:00:00 2001 From: Olivia Brooks <109807080+Cutieguwu@users.noreply.github.com> Date: Fri, 28 Mar 2025 18:36:00 -0400 Subject: [PATCH 4/6] Update dependabot.yml --- .github/dependabot.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index ccfccc8..e611bd2 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -6,6 +6,6 @@ version: 2 updates: - package-ecosystem: "cargo" # See documentation for possible values - directories: ["/*"] # Location of package manifests + directories: ["/gamelog/", "/miller/"] # Location of package manifests schedule: interval: "daily" -- 2.49.1 From 5cc0022c02711e74ef0b16cb6bf9245def583504 Mon Sep 17 00:00:00 2001 From: Olivia Brooks <109807080+Cutieguwu@users.noreply.github.com> Date: Fri, 28 Mar 2025 18:39:36 -0400 Subject: [PATCH 5/6] Update Cargo.toml --- miller/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/miller/Cargo.toml b/miller/Cargo.toml index c76f02a..1d5f2b4 100644 --- a/miller/Cargo.toml +++ b/miller/Cargo.toml @@ -22,4 +22,4 @@ features = [ ] [dependencies.gamelog] -path = "./gamelog" +path = "../gamelog" -- 2.49.1 From 7a7d815edc703894c084477ae626f491ee2ebecd Mon Sep 17 00:00:00 2001 From: Olivia Brooks <109807080+Cutieguwu@users.noreply.github.com> Date: Fri, 28 Mar 2025 18:40:04 -0400 Subject: [PATCH 6/6] Update dependabot.yml --- .github/dependabot.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index e611bd2..ccfccc8 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -6,6 +6,6 @@ version: 2 updates: - package-ecosystem: "cargo" # See documentation for possible values - directories: ["/gamelog/", "/miller/"] # Location of package manifests + directories: ["/*"] # Location of package manifests schedule: interval: "daily" -- 2.49.1