diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 9f8fc6b5..cbc8df01 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -8,6 +8,9 @@ updates: interval: "daily" time: "08:00" timezone: "America/Los_Angeles" + package-regex: "^Microsoft.Identity.*$" + ignore: + - version: ">= 7.0.0" open-pull-requests-limit: 30 - package-ecosystem: "github-actions"