mirror of
https://github.com/zebrajr/react.git
synced 2025-12-06 00:20:04 +01: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: 64b76bd532663cdc4db10ba6299e791b5908d5b1 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: "*"
|