Skip to content

Commit f594f97

Browse files
authored
chore: reduce frequency of dependabot updates (#3304)
1 parent 481be37 commit f594f97

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/dependabot.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,9 @@ version: 2
77
updates:
88
- package-ecosystem: 'npm' # See documentation for possible values
99
directory: '/' # Location of package manifests
10+
target-branch: 'dependabot-upgrades'
1011
schedule:
11-
interval: 'daily'
12+
interval: 'monthly'
1213
allow:
1314
- dependency-name: '@microsoft/*'
1415
- dependency-name: '@azure/*'

0 commit comments

Comments
 (0)