From 3c7823b4a9ef11c64d9054142e82609f9c1a1969 Mon Sep 17 00:00:00 2001 From: Chris Banks Date: Tue, 17 Oct 2023 16:16:01 +0100 Subject: [PATCH] Fix wrong key name in dependabot config. Fixes my mistake in 68905be. --- .github/dependabot.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index efeb256..4818640 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -4,7 +4,7 @@ updates: directory: / schedule: interval: daily - updateGroups: + groups: ruby-deps: patterns: ["*"] - package-ecosystem: docker @@ -13,13 +13,13 @@ updates: interval: weekly ignore: - dependency-name: ruby - updateGroups: + groups: dockerfile-deps: patterns: ["*"] - package-ecosystem: github-actions directory: / schedule: interval: weekly - updateGroups: + groups: workflow-deps: patterns: ["*"]