We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 481be37 commit f594f97Copy full SHA for f594f97
.github/dependabot.yml
@@ -7,8 +7,9 @@ version: 2
7
updates:
8
- package-ecosystem: 'npm' # See documentation for possible values
9
directory: '/' # Location of package manifests
10
+ target-branch: 'dependabot-upgrades'
11
schedule:
- interval: 'daily'
12
+ interval: 'monthly'
13
allow:
14
- dependency-name: '@microsoft/*'
15
- dependency-name: '@azure/*'
0 commit comments