Skip to content

Perform *only* security updates? #15490

Closed Locked Answered by zjullion
zjullion asked this question in Request Help
May 6, 2022 · 3 comments · 19 replies
Discussion options

You must be logged in to vote

Figured it out - you need "enabled": true under vulnerabilityAlerts, such as:

{
  "extends": ["config:base"],
  "packageRules": [
    {
      "enabled": false,
      "groupName": "everything",
      "matchManagers": ["npm"],
      "matchPackagePatterns": ["*"],
      "separateMajorMinor": false
    }
  ],
  "vulnerabilityAlerts": {
    "enabled": true
  }
}

Replies: 3 comments 19 replies

Comment options

You must be logged in to vote
2 replies
@viceice
Comment options

@zjullion
Comment options

Answer selected by zjullion
Comment options

You must be logged in to vote
16 replies
@rarkins

This comment was marked as off-topic.

@rarkins

This comment has been hidden.

@weirdolucifer
Comment options

@rarkins
Comment options

@rarkins
Comment options

Comment options

You must be logged in to vote
1 reply
@viceice
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
5 participants