From 30d0e0f57e25d341e8fb0c76e154da7d9b10e81d Mon Sep 17 00:00:00 2001 From: alexjanousekGSA Date: Mon, 21 Jul 2025 12:06:01 -0400 Subject: [PATCH] Updated dependabot yml to remove depecrated review assignment --- .github/dependabot.yml | 20 ++++++++------------ 1 file changed, 8 insertions(+), 12 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index a4de2611e..528baf932 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -5,20 +5,16 @@ version: 2 updates: - - package-ecosystem: "pip" # See documentation for possible values - directory: "/" # Location of package manifests + - package-ecosystem: 'pip' # See documentation for possible values + directory: '/' # Location of package manifests schedule: - interval: "daily" + interval: 'daily' assignees: - - "alexjanousekGSA" - reviewers: - - "alexjanousekGSA" - - package-ecosystem: "npm" - directory: "/" + - 'alexjanousekGSA' + - package-ecosystem: 'npm' + directory: '/' schedule: - interval: "daily" + interval: 'daily' versioning-strategy: increase assignees: - - "alexjanousekGSA" - reviewers: - - "alexjanousekGSA" + - 'alexjanousekGSA'