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"