From ddd420c318eda669ca712d6756e763cebab69ab0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stefan=20P=C3=B6lz?= <38893694+Flash0ver@users.noreply.github.com> Date: Wed, 11 Mar 2026 10:48:48 +0100 Subject: [PATCH 1/2] ci: Add weekly dotnet-sdk update to Dependabot --- .github/dependabot.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 83c909e7fd..e5c96ed5e1 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,5 +1,11 @@ version: 2 updates: +- package-ecosystem: "dotnet-sdk" + directory: "/" + schedule: + interval: "weekly" + open-pull-requests-limit: 1 + - package-ecosystem: nuget directory: "/samples" schedule: From 23a948fad4de0c348e6c03d98a0a9e89183cd54d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stefan=20P=C3=B6lz?= <38893694+Flash0ver@users.noreply.github.com> Date: Wed, 11 Mar 2026 10:50:02 +0100 Subject: [PATCH 2/2] style: format dependabot.yml --- .github/dependabot.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index e5c96ed5e1..d343a86d41 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -16,8 +16,8 @@ updates: directory: "/test" schedule: interval: weekly - open-pull-requests-limit: 2 - + open-pull-requests-limit: 2 + - package-ecosystem: "github-actions" directory: "/" schedule: