From 98999a77d40ae9adeb54e4dcc8b544e1f585f345 Mon Sep 17 00:00:00 2001 From: Nelson Nobre Date: Thu, 23 Jan 2025 20:32:12 +0000 Subject: [PATCH 1/2] ci: Downgrade tests runner to Ubuntu 22.04 --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 64d047c..511612d 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -23,7 +23,7 @@ jobs: test-project: name: "Test nuget" - runs-on: ubuntu-latest + runs-on: ubuntu-22.04 permissions: contents: read issues: read From 9e672ebc331aae05b7f7b11facd3a073ee84b0b3 Mon Sep 17 00:00:00 2001 From: Nelson Nobre Date: Thu, 23 Jan 2025 20:22:22 +0000 Subject: [PATCH 2/2] ci: Add dotnet-sdk in dependabot --- .github/dependabot.yml | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index c9f2cc6..f2a3e39 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -26,3 +26,16 @@ updates: prefix: "build" include: "scope" target-branch: "main" + + - package-ecosystem: "dotnet-sdk" + directory: "/" # Location of package manifests + schedule: + interval: "daily" + assignees: + - "NelsonBN" + reviewers: + - "NelsonBN" + commit-message: + prefix: "build" + include: "scope" + target-branch: "main"