From 2ad0d931d664876848167275243fa3411ce26f4f Mon Sep 17 00:00:00 2001 From: evan-sims_atko Date: Thu, 14 Aug 2025 00:32:55 -0500 Subject: [PATCH] ci: update dependabot config --- .github/dependabot.yaml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.github/dependabot.yaml b/.github/dependabot.yaml index 36dfbe83..c3ad2246 100644 --- a/.github/dependabot.yaml +++ b/.github/dependabot.yaml @@ -1,18 +1,21 @@ +# yaml-language-server: $schema=https://json.schemastore.org/dependabot-2.0.json version: 2 + updates: - package-ecosystem: "gomod" directory: "/" schedule: interval: "weekly" groups: - dependencies: + dependencies: patterns: - "*" + - package-ecosystem: "github-actions" directory: "/" schedule: interval: "weekly" groups: - dependencies: + dependencies: patterns: - "*"