From b96b24c48459d91e2bf3313a2403a27bd0fce1fc Mon Sep 17 00:00:00 2001 From: Joshua Seals <117867292+joshua-seals@users.noreply.github.com> Date: Wed, 9 Aug 2023 11:47:07 -0400 Subject: [PATCH] Update dependabot.yml --- .github/dependabot.yml | 23 ++++++++++++++++------- 1 file changed, 16 insertions(+), 7 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index bff6784e..3ea2695d 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,13 +1,22 @@ -# To get started with Dependabot version updates, you'll need to specify which -# package ecosystems to update and where the package manifests are located. -# Please see the documentation for all configuration options: -# https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates - version: 2 updates: - # Maintain dependencies for GitHub Actions + - package-ecosystem: "github-actions" - # Workflow files stored in the default location of `.github/workflows` directory: "/" schedule: interval: "weekly" + reviewers: + - "joshua-seals" + + - package-ecosystem: "pip" + directory: "/" + schedule: + interval: "weekly" + reviewers: + - "joshua-seals" + - "Hoid" + - "waTeim" + - "pj-linebaugh" + - "ptlharit2" + - "frostyfan109" + - "cnbennett3"