From c005f1ea55f52aaa18cec632ab588a1ebb1065c6 Mon Sep 17 00:00:00 2001 From: Adam Ralph Date: Thu, 26 Dec 2024 14:29:51 +0000 Subject: [PATCH] update dependabot config --- .cspell.json | 1 + .github/dependabot.yml | 20 ++++++++++++++++---- 2 files changed, 17 insertions(+), 4 deletions(-) diff --git a/.cspell.json b/.cspell.json index 3ec5edb9..f3a31a25 100644 --- a/.cspell.json +++ b/.cspell.json @@ -21,6 +21,7 @@ "CodeQL", "counterclaim", "cref", + "devcontainers", "endgroup", "errorlevel", "Fluxzy", diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 537a4f8d..a68069ca 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,5 +1,21 @@ version: 2 updates: + - package-ecosystem: "devcontainers" + directory: "/" + schedule: + interval: "daily" + - package-ecosystem: "docker" + directory: "/" + schedule: + interval: "daily" + - package-ecosystem: "dotnet-sdk" + directory: "/" + schedule: + interval: "daily" + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "daily" - package-ecosystem: "nuget" directory: "/" schedule: @@ -9,7 +25,3 @@ updates: patterns: - "xunit" - "xunit.*" - - package-ecosystem: "github-actions" - directory: "/" - schedule: - interval: "daily"