From 2b5bdcc6bc170d15d8d8d4e75200aab495dbf196 Mon Sep 17 00:00:00 2001 From: Sam <109683132+kernelsam@users.noreply.github.com> Date: Wed, 17 Sep 2025 15:03:54 -0700 Subject: [PATCH 1/3] fix quotes --- .github/dependabot.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index eafb52f..e01ec7b 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -19,9 +19,9 @@ updates: directory: "/java/" schedule: interval: "daily" - - package-ecosystem: “nuget” + - package-ecosystem: "nuget" directories: - - “/csharp/*” + - /csharp/* - /csharp/snippets/configuration/InitDefaultConfig/ - /csharp/snippets/configuration/RegisterDataSources/ - /csharp/snippets/information/GetVersion/ From 0b098fe5417c4fa6d34fd1933b5167d3ce46a133 Mon Sep 17 00:00:00 2001 From: Sam <109683132+kernelsam@users.noreply.github.com> Date: Wed, 17 Sep 2025 15:05:23 -0700 Subject: [PATCH 2/3] test --- .github/dependabot.yml | 30 +----------------------------- 1 file changed, 1 insertion(+), 29 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index e01ec7b..1a477a8 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -21,34 +21,6 @@ updates: interval: "daily" - package-ecosystem: "nuget" directories: - - /csharp/* - - /csharp/snippets/configuration/InitDefaultConfig/ - - /csharp/snippets/configuration/RegisterDataSources/ - - /csharp/snippets/information/GetVersion/ - - /csharp/snippets/information/CheckRepositoryPerformance/ - - /csharp/snippets/information/GetRepositoryInfo/ - - /csharp/snippets/information/GetLicense/ - - /csharp/snippets/loading/LoadWithStatsViaLoop/ - - /csharp/snippets/loading/LoadViaLoop/ - - /csharp/snippets/loading/LoadWithInfoViaFutures/ - - /csharp/snippets/loading/LoadViaFutures/ - - /csharp/snippets/loading/LoadRecords/ - - /csharp/snippets/loading/LoadViaQueue/ - - /csharp/snippets/loading/LoadTruthSetWithInfoViaLoop/ - - /csharp/snippets/redo/LoadWithRedoViaLoop/ - - /csharp/snippets/redo/RedoContinuousViaFutures/ - - /csharp/snippets/redo/RedoWithInfoContinuous/ - - /csharp/snippets/redo/RedoContinuous/ - - /csharp/snippets/searching/SearchViaFutures/ - - /csharp/snippets/searching/SearchRecords/ - - /csharp/snippets/initialization/EnginePriming/ - - /csharp/snippets/initialization/PurgeRepository/ - - /csharp/snippets/initialization/EnvironmentAndHubs/ - - /csharp/snippets/stewardship/ForceUnresolve/ - - /csharp/snippets/stewardship/ForceResolve/ - - /csharp/snippets/deleting/DeleteViaLoop/ - - /csharp/snippets/deleting/DeleteViaFutures/ - - /csharp/snippets/deleting/DeleteWithInfoViaFutures/ - - /csharp/runner/SnippetRunner/ + - "/csharp/*" schedule: interval: “daily" From 5a33b15720bbbf45ff48a268721326483ab5edd6 Mon Sep 17 00:00:00 2001 From: Sam <109683132+kernelsam@users.noreply.github.com> Date: Wed, 17 Sep 2025 15:06:03 -0700 Subject: [PATCH 3/3] more quote fixes --- .github/dependabot.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 1a477a8..cc3d254 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -23,4 +23,4 @@ updates: directories: - "/csharp/*" schedule: - interval: “daily" + interval: "daily"