From 0f4eeb0668ca8f3803e5ebace2bc377aa56ca4e0 Mon Sep 17 00:00:00 2001 From: jsonBackup Date: Thu, 25 May 2023 12:35:23 +0200 Subject: [PATCH 1/2] Add dependabot.yml --- .github/dependabot.yml | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 000000000..0133aa2b9 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,33 @@ +# To get started with Dependabot version updates, you'll need to specify which +# package ecosystems to update and where the package manifests are located. +# Please see the documentation for all configuration options: +# https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates + +version: 2 +updates: + - package-ecosystem: "nuget" # See documentation for possible values + directory: "/" # Location of package manifests + open-pull-requests-limit: 50 + schedule: + interval: "weekly" + # Check for nuget updates on Fridays + day: "friday" + time: "08:00" + timezone: "Europe/Berlin" + # Labels on pull requests for security and version updates + labels: + - "nuget" + - "dependencies" + - package-ecosystem: "npm" + directory: "src/Moryx.CommandCenter.Web/" + open-pull-requests-limit: 50 + schedule: + interval: "weekly" + # Check for npm updates on Fridays + day: "friday" + time: "08:05" + timezone: "Europe/Berlin" + # Labels on pull requests for security and version updates + labels: + - "npm" + - "dependencies" \ No newline at end of file From 237addc6bd531f8ff55495ebb48e1a23c98e8fef Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 25 May 2023 12:54:21 +0000 Subject: [PATCH 2/2] Bump dotnetVersion from 6.0.0 to 7.0.0 Bumps `dotnetVersion` from 6.0.0 to 7.0.0. Updates `Microsoft.Extensions.Configuration.FileExtensions` from 6.0.0 to 7.0.0 - [Release notes](https://github.com/dotnet/runtime/releases) - [Commits](https://github.com/dotnet/runtime/compare/v6.0.0...v7.0.0) Updates `Microsoft.Extensions.Configuration.Json` from 6.0.0 to 7.0.0 - [Release notes](https://github.com/dotnet/runtime/releases) - [Commits](https://github.com/dotnet/runtime/compare/v6.0.0...v7.0.0) Updates `Microsoft.Extensions.Logging` from 6.0.0 to 7.0.0 - [Release notes](https://github.com/dotnet/runtime/releases) - [Commits](https://github.com/dotnet/runtime/compare/v6.0.0...v7.0.0) Updates `Microsoft.Data.Sqlite` from 6.0.0 to 7.0.0 - [Release notes](https://github.com/dotnet/runtime/releases) - [Commits](https://github.com/dotnet/runtime/compare/v6.0.0...v7.0.0) --- updated-dependencies: - dependency-name: Microsoft.Extensions.Configuration.FileExtensions dependency-type: direct:production update-type: version-update:semver-major - dependency-name: Microsoft.Extensions.Configuration.Json dependency-type: direct:production update-type: version-update:semver-major - dependency-name: Microsoft.Extensions.Logging dependency-type: direct:production update-type: version-update:semver-major - dependency-name: Microsoft.Data.Sqlite dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- Directory.Build.targets | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Directory.Build.targets b/Directory.Build.targets index 1e4f23370..421dd1b98 100644 --- a/Directory.Build.targets +++ b/Directory.Build.targets @@ -4,7 +4,7 @@ - 6.0.0 + 7.0.0 6.0.0