1
0
mirror of https://github.com/flutter/samples.git synced 2025-11-08 22:09:06 +00:00

Reduce dependabot pull requests for web_embedding (#1810)

This configures dependabot to check for out-of-date NPM packages weekly
instead of daily, and limits it to direct dependencies. There could be
more we could do if we dig through the [Configuration options for the
dependabot.yml
file](https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file)
documentation.

cc: @ditman 

fixes #1809
This commit is contained in:
John Ryan
2023-05-11 13:42:25 -07:00
committed by GitHub
parent 499113c681
commit 86640b617f

View File

@@ -224,4 +224,6 @@ updates:
- package-ecosystem: "npm"
directory: "web_embedding/ng-flutter"
schedule:
interval: "daily"
interval: "weekly"
allow:
- dependency-type: "direct"