From 6d7bacd22aa75c7dc1a3edbaa4455b7c208f9e42 Mon Sep 17 00:00:00 2001 From: Jonah Aragon Date: Thu, 19 May 2022 16:35:29 -0500 Subject: [PATCH] Update dependabot configuration --- .github/dependabot.yml | 32 +++++++++++++++++--------------- 1 file changed, 17 insertions(+), 15 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index ee5c16a1..d14957b7 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,27 +1,29 @@ version: 2 -registries: - - fortawesome: - type: npm-registry - url: https://npm.fontawesome.com/ - token: ${{ secrets.FONTAWESOME_NPM_AUTH_TOKEN }} - updates: + # Maintain dependencies for GitHub Actions - package-ecosystem: "github-actions" directory: "/" schedule: interval: "daily" + assignees: + - "jonaharagon" + reviewers: + - "jonaharagon" + labels: + - "fix:github_actions" - - package-ecosystem: "bundler" # See documentation for possible values - directory: "/" # Location of package manifests - schedule: - interval: "daily" - - - package-ecosystem: "npm" + # Maintain dependencies for pipenv + - package-ecosystem: "pip" directory: "/" - registries: - - fortawesome + ignore: + - dependency-name: "mkdocs-material" schedule: interval: "daily" + assignees: + - "jonaharagon" + reviewers: + - "jonaharagon" + labels: + - "fix:python"