From 938985eb873425f7a06d1b46c3d2cf6e70ca6c56 Mon Sep 17 00:00:00 2001 From: Sam Gibson Date: Wed, 26 Nov 2025 09:49:01 +0000 Subject: [PATCH 1/4] Removes unused package versions --- Directory.Packages.props | 19 ------------------- 1 file changed, 19 deletions(-) diff --git a/Directory.Packages.props b/Directory.Packages.props index 889acfd..e9a0513 100644 --- a/Directory.Packages.props +++ b/Directory.Packages.props @@ -8,7 +8,6 @@ - @@ -16,25 +15,17 @@ - - all runtime; build; native; contentfiles; analyzers; buildtransitive - - - - - - @@ -44,9 +35,7 @@ - - @@ -58,11 +47,8 @@ - - - @@ -71,8 +57,6 @@ - - @@ -83,10 +67,7 @@ - - - all From 751ed7c1ceb76c72115501370368cd2a9535c342 Mon Sep 17 00:00:00 2001 From: Sam Gibson Date: Wed, 26 Nov 2025 09:55:02 +0000 Subject: [PATCH 2/4] Bump Rebus --- Directory.Packages.props | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Directory.Packages.props b/Directory.Packages.props index e9a0513..02cc1c8 100644 --- a/Directory.Packages.props +++ b/Directory.Packages.props @@ -60,7 +60,7 @@ - + From 6381e7165ac53f7350029f8baa56b34fc8e89733 Mon Sep 17 00:00:00 2001 From: Sam Gibson Date: Wed, 26 Nov 2025 09:55:31 +0000 Subject: [PATCH 3/4] Remove unused Visual Studio packages --- Directory.Packages.props | 6 ++---- src/Blocking/Blocking.csproj | 1 - src/Cleanup/Cleanup.csproj | 1 - src/DbInteractions/DbInteractions.csproj | 1 - src/Delius.Parser/Delius.Parser.csproj | 6 +----- src/Offloc.Cleaner/Offloc.Cleaner.csproj | 2 -- src/Offloc.Parser/Offloc.Parser.csproj | 1 - src/Visualiser/Visualiser.csproj | 2 +- 8 files changed, 4 insertions(+), 16 deletions(-) diff --git a/Directory.Packages.props b/Directory.Packages.props index 02cc1c8..510ccdc 100644 --- a/Directory.Packages.props +++ b/Directory.Packages.props @@ -23,8 +23,8 @@ - - + + @@ -47,8 +47,6 @@ - - diff --git a/src/Blocking/Blocking.csproj b/src/Blocking/Blocking.csproj index f91144e..f929f58 100644 --- a/src/Blocking/Blocking.csproj +++ b/src/Blocking/Blocking.csproj @@ -21,7 +21,6 @@ - diff --git a/src/Cleanup/Cleanup.csproj b/src/Cleanup/Cleanup.csproj index e35ece0..9758912 100644 --- a/src/Cleanup/Cleanup.csproj +++ b/src/Cleanup/Cleanup.csproj @@ -17,7 +17,6 @@ - diff --git a/src/DbInteractions/DbInteractions.csproj b/src/DbInteractions/DbInteractions.csproj index af20f43..907ff37 100644 --- a/src/DbInteractions/DbInteractions.csproj +++ b/src/DbInteractions/DbInteractions.csproj @@ -13,7 +13,6 @@ - diff --git a/src/Delius.Parser/Delius.Parser.csproj b/src/Delius.Parser/Delius.Parser.csproj index eb50e9d..ac890f7 100644 --- a/src/Delius.Parser/Delius.Parser.csproj +++ b/src/Delius.Parser/Delius.Parser.csproj @@ -8,11 +8,7 @@ ..\..\.. bed042b3-1d10-47f8-9b97-b516f3ae5895 - - - - - + Always diff --git a/src/Offloc.Cleaner/Offloc.Cleaner.csproj b/src/Offloc.Cleaner/Offloc.Cleaner.csproj index 5bd495d..475a4c4 100644 --- a/src/Offloc.Cleaner/Offloc.Cleaner.csproj +++ b/src/Offloc.Cleaner/Offloc.Cleaner.csproj @@ -11,8 +11,6 @@ - - diff --git a/src/Offloc.Parser/Offloc.Parser.csproj b/src/Offloc.Parser/Offloc.Parser.csproj index 7e33eeb..8f804e8 100644 --- a/src/Offloc.Parser/Offloc.Parser.csproj +++ b/src/Offloc.Parser/Offloc.Parser.csproj @@ -11,7 +11,6 @@ - diff --git a/src/Visualiser/Visualiser.csproj b/src/Visualiser/Visualiser.csproj index 4e9e8d3..623fd3c 100644 --- a/src/Visualiser/Visualiser.csproj +++ b/src/Visualiser/Visualiser.csproj @@ -15,7 +15,7 @@ - + \ No newline at end of file From 4e82858dcce9f61ca3cc1b8037a783850332a2fe Mon Sep 17 00:00:00 2001 From: Sam Gibson Date: Wed, 26 Nov 2025 10:00:42 +0000 Subject: [PATCH 4/4] Adds Dependabot configuration file --- .github/dependabot.yml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..3382a44 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,16 @@ +version: 2 +updates: + - package-ecosystem: "nuget" + directory: "/" + schedule: + interval: "weekly" + day: "sunday" + time: "04:00" + target-branch: "develop" + commit-message: + prefix: "deps" + open-pull-requests-limit: 1 + groups: + all-dependencies: + patterns: + - "*"