From a52c827f3f85fe88b96333479d8bf678e264fc36 Mon Sep 17 00:00:00 2001 From: steveoh Date: Fri, 6 Oct 2023 09:51:31 -0600 Subject: [PATCH] ci: fix group indentation --- .github/dependabot.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 9f88161..29f686b 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -4,15 +4,15 @@ updates: directory: / schedule: interval: monthly - groups: - safe-dependencies: - update-types: ['minor', 'patch'] - major-dependencies: - update-types: ['major'] + groups: + safe-dependencies: + update-types: [minor, patch] + major-dependencies: + update-types: [major] - package-ecosystem: github-actions directory: / schedule: interval: monthly groups: ci-dependencies: - dependency-type: 'production' + dependency-type: production