From 4813db07a41db880a5d49bb7257ec6163d7f215c Mon Sep 17 00:00:00 2001 From: steveoh Date: Fri, 6 Oct 2023 09:28:30 -0600 Subject: [PATCH] ci: fix group indentation --- .github/dependabot.yml | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 30091a2..05e750f 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -4,20 +4,20 @@ updates: directory: / schedule: interval: monthly - groups: - safe-app-dependencies: - update-types: ['minor', 'patch'] - major-app-dependencies: - update-types: ['major'] + groups: + safe-app-dependencies: + update-types: ['minor', 'patch'] + major-app-dependencies: + update-types: ['major'] - package-ecosystem: npm directory: /function schedule: interval: monthly - groups: - safe-function-dependencies: - update-types: ['minor', 'patch'] - major-function-dependencies: - update-types: ['major'] + groups: + safe-function-dependencies: + update-types: ['minor', 'patch'] + major-function-dependencies: + update-types: ['major'] - package-ecosystem: github-actions directory: / schedule: