From 71407892633f073a967119a2885740a855e6bd69 Mon Sep 17 00:00:00 2001 From: Allen Wittenauer Date: Sat, 10 Feb 2024 13:24:25 -0800 Subject: [PATCH] Update dependency checks (#1011) --- .github/dependabot.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 1ae232f1..d97f9d9f 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -8,16 +8,24 @@ version: 2 updates: - package-ecosystem: "pip" directory: "/" # Location of package manifests + labels: + - "dependencies" + - "python" schedule: interval: "weekly" reviewers: - "aw-was-here" + open-pull-requests-limit: 0 - package-ecosystem: "github-actions" # Workflow files stored in the # default location of `.github/workflows` directory: "/" + labels: + - "dependencies" + - "github-actions" schedule: interval: "weekly" reviewers: - "aw-was-here" + open-pull-requests-limit: 0