From 56aa8ec1f5d060745c02a941a47ab3144b8e9e61 Mon Sep 17 00:00:00 2001 From: Andrew Storms Date: Fri, 21 Feb 2025 07:47:43 -0800 Subject: [PATCH] minor updates to dependabot config --- .github/dependabot.yml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 9098b3c138..4bd82e89ff 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -5,9 +5,18 @@ updates: directory: "/" # Root directory schedule: interval: "weekly" + open-pull-requests-limit: 10 + labels: + - "dependencies" + - "npm" + - "type::security" # Keep Dependabot itself up to date - package-ecosystem: "github-actions" directory: "/" # Root directory (or specify if actions are elsewhere) schedule: interval: "weekly" + labels: + - "dependencies" + - "github-actions" + - "type::security"