From 3ea9a3fcf20c4ba7eab98e01ac282749c8275468 Mon Sep 17 00:00:00 2001 From: George Dietrich Date: Wed, 2 Oct 2024 09:43:11 -0400 Subject: [PATCH] [sc-44274] Normalize Dependabot configuration --- .github/dependabot.yml | 20 ++++++-------------- 1 file changed, 6 insertions(+), 14 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 9e21a2d..a4891be 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,20 +1,12 @@ version: 2 + updates: - - package-ecosystem: github-actions - directory: / + - package-ecosystem: 'github-actions' + directory: '/' schedule: - interval: monthly - groups: - eslint: - patterns: - - '@typescript-eslint/*' - - 'eslint' - - 'eslint-*' - jest: - patterns: - - 'jest' - - 'ts-jest' - + interval: 'monthly' + reviewers: + - 'Fieldguide/ci' - package-ecosystem: npm directory: / schedule: