Skip to content

Use config:base but only run groups I define #11412

Discussion options

You must be logged in to vote

Solution:

{
  "$schema": "https://docs.renovatebot.com/renovate-schema.json",
  "extends": ["config:base"],
  "ignorePaths": ["./.github/**"],
  "enabledManagers": ["npm"],
  "baseBranches": ["master"],
  "separateMajorMinor": false,
  "rangeStrategy": "bump",
  "semanticCommits": "enabled",
  "vulnerabilityAlerts":
  {
    "enabled": false
  },
  "packageRules": [
    {
      "matchPackagePatterns": [".*"],
      "enabled": false
    },
    {
      "groupName": "@elastic/eui",
      "matchPackageNames": ["@elastic/eui", "@elastic/datemath"],
      "reviewers": ["team:datavis"],
      "labels": ["dependencies"],
      "enabled": true
    },
    {
      "matchPackageNames": ["@elastic/eui", "

Replies: 3 comments 17 replies

Comment options

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

@nickofthyme
Comment options

@viceice
Comment options

@nickofthyme
Comment options

@viceice
Comment options

Comment options

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

@viceice
Comment options

@viceice
Comment options

@nickofthyme
Comment options

@nickofthyme
Comment options

Comment options

You must be logged in to vote
0 replies
Answer selected by viceice
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
3 participants