Skip to content
Discussion options

You must be logged in to vote

Hey @thompson-tomo - taking a look at this again now

The current usage of matchCategories will mean you're not getting major versions for (via) bundler, puppet, ruby-version which is I think expected.

Taking a look at how your repo is set up, and what Renovate's finding when it raises open-telemetry/opentelemetry-ruby-contrib#1933, I'm pretty confident that:

{
  "$schema": "https://docs.renovatebot.com/renovate-schema.json",
  "packageRules": [
    // other rules
    {
      "description": "...",
      "matchDepNames": [
        "ruby"
      ],
      "matchUpdateTypes": [
        "major"
      ],
      "dependencyDashboardApproval": true
    }
  ]
}

Should do it

I know this was close to o…

Replies: 1 comment 6 replies

Comment options

You must be logged in to vote
6 replies
@thompson-tomo
Comment options

@thompson-tomo
Comment options

@thompson-tomo
Comment options

@jamietanna
Comment options

Answer selected by jamietanna
@jamietanna
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
auto:logs Issue or Discussion is needs logs/more logs
2 participants