• 0.10.1 e8e303565a

    fix: fix internal package name regex and field and remove package groups (#38)
    All checks were successful
    CD / Release (push) Successful in 6s

    gitea-actions released this 2026-02-14 12:57:41 +01:00 | 17 commits to main since this release

    Dropping the "matchManagers" as we actually want to match anything, regardless of manager.
    Also fixing the regex, wasn't valid before.
    Also renaming the "matchPackagePatterns" to "matchPackageNames" as the previous value isn't supported anymore..

    Since it's JSON, renovate needs the regex to be quoted. See example:

    {
      "packageRules": [
        {
          "matchDatasources": ["npm"],
          "matchPackageNames": ["/^angular/"],
          "groupName": "Angular"
        }
      ]
    }
    

    Reviewed-on: #38
    Reviewed-by: branch-buddy branch-buddy@t00n.de
    Co-authored-by: Timo Behrendt t.behrendt@t00n.de
    Co-committed-by: Timo Behrendt t.behrendt@t00n.de

    Downloads