diff --git a/.github/dependabot.yml b/.github/dependabot.yml index fe21088a7f..313b9eee48 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -7,8 +7,9 @@ version: 2 updates: - package-ecosystem: 'npm' # See documentation for possible values directory: '/' # Location of package manifests + target-branch: 'dependabot-upgrades' schedule: - interval: 'daily' + interval: 'monthly' allow: - dependency-name: '@microsoft/*' - dependency-name: '@azure/*'