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/6] 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/6] 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/6] 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" From 4176ee6c373071019da72066f770c578b53ef135 Mon Sep 17 00:00:00 2001 From: Sam <109683132+kernelsam@users.noreply.github.com> Date: Wed, 17 Sep 2025 15:44:00 -0700 Subject: [PATCH 4/6] more csharp testing --- .github/dependabot.yml | 30 +++++++++++++++++++++++++++++- 1 file changed, 29 insertions(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index cc3d254..fd05e99 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -21,6 +21,34 @@ updates: interval: "daily" - package-ecosystem: "nuget" directories: - - "/csharp/*" + - /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/ schedule: interval: "daily" From 9be80fd552cc3ca575039e8e5154636ccd9026e3 Mon Sep 17 00:00:00 2001 From: Sam <109683132+kernelsam@users.noreply.github.com> Date: Wed, 17 Sep 2025 15:47:38 -0700 Subject: [PATCH 5/6] cleanup --- dependabot-approve-and-merge.yaml | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 dependabot-approve-and-merge.yaml diff --git a/dependabot-approve-and-merge.yaml b/dependabot-approve-and-merge.yaml deleted file mode 100644 index 326edea..0000000 --- a/dependabot-approve-and-merge.yaml +++ /dev/null @@ -1,15 +0,0 @@ -name: Dependabot approve and merge - -on: - pull_request: - branches: [main] - -permissions: - contents: write - pull-requests: write - -jobs: - dependabot-approve-and-merge: - secrets: - SENZING_GITHUB_CODEOWNER_PR_RW_TOKEN: ${{ secrets.SENZING_GITHUB_CODEOWNER_PR_RW_TOKEN }} - uses: senzing-factory/build-resources/.github/workflows/dependabot-approve-and-merge.yaml@v2 From 66cdd21a7d15d1383587e3b39adb1420f8ec5ac3 Mon Sep 17 00:00:00 2001 From: Sam <109683132+kernelsam@users.noreply.github.com> Date: Wed, 17 Sep 2025 15:48:50 -0700 Subject: [PATCH 6/6] cleanup --- placeholder.py | 1 - 1 file changed, 1 deletion(-) delete mode 100755 placeholder.py diff --git a/placeholder.py b/placeholder.py deleted file mode 100755 index 21ab5da..0000000 --- a/placeholder.py +++ /dev/null @@ -1 +0,0 @@ -#! /usr/bin/env python3