mirror of
https://github.com/facebook/react.git
synced 2026-02-21 19:31:52 +00:00
Seems like we can specify a wildcard dependency name to ignore all
dependencies from being updated. As I understand it dependabot will
still run monthly but no PRs will be generated.
ghstack-source-id: 64b76bd532
Pull Request resolved: https://github.com/facebook/react/pull/31074
11 lines
201 B
YAML
11 lines
201 B
YAML
version: 2
|
|
updates:
|
|
- package-ecosystem: "npm"
|
|
directories:
|
|
- "/fixtures/*"
|
|
schedule:
|
|
interval: "monthly"
|
|
open-pull-requests-limit: 0
|
|
ignore:
|
|
- dependency-name: "*"
|