How do I ignore one dependency, disable version updates, and still keep Dependabot security updates working? #197516
-
🏷️ Discussion TypeQuestion BodyWhat I want is: a private registry for npm I am not fully sure about the best way to structure the config. Guidelines
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
This comment was marked as spam.
This comment was marked as spam.
-
|
Use ignore for lodash, open-pull-requests-limit: 0 to stop version update PRs, and a groups rule with applies-to: security-updates for the Go dependencies. Also make sure the registry name under updates.registries matches the registry you defined in the top-level registries section. |
Beta Was this translation helpful? Give feedback.
Use ignore for lodash, open-pull-requests-limit: 0 to stop version update PRs, and a groups rule with applies-to: security-updates for the Go dependencies. Also make sure the registry name under updates.registries matches the registry you defined in the top-level registries section.