From 0e9a9e71a4083aa6ce7197c4eb29e666dca7aa98 Mon Sep 17 00:00:00 2001 From: George Dietrich Date: Wed, 2 Oct 2024 09:26:40 -0400 Subject: [PATCH 1/2] [sc-44274] Normalize Dependabot configuration --- .github/dependabot.yml | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index a7b8644..ff3b199 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -23,10 +23,9 @@ updates: - "@tsconfig/*" - "typescript" - - package-ecosystem: "github-actions" - directory: "/" + - package-ecosystem: 'github-actions' + directory: '/' schedule: - interval: "monthly" + interval: 'monthly' reviewers: - - "namoscato" - - "nrutman" + - 'Fieldguide/ci' From e2177b402caf3aca2818f10498bfc6f0b1489210 Mon Sep 17 00:00:00 2001 From: George Dietrich Date: Wed, 2 Oct 2024 09:31:37 -0400 Subject: [PATCH 2/2] [sc-44274] Use double quotes to satisfy prettier --- .github/dependabot.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index ff3b199..c8dff26 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -23,9 +23,9 @@ updates: - "@tsconfig/*" - "typescript" - - package-ecosystem: 'github-actions' - directory: '/' + - package-ecosystem: "github-actions" + directory: "/" schedule: - interval: 'monthly' + interval: "monthly" reviewers: - - 'Fieldguide/ci' + - "Fieldguide/ci"