Skip to content

Commit

Permalink
chore: reduce frequency of dependabot updates (#3304)
Browse files Browse the repository at this point in the history
  • Loading branch information
Mnickii authored Sep 16, 2024
1 parent 481be37 commit f594f97
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/*'
Expand Down

0 comments on commit f594f97

Please sign in to comment.