Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

initial grouping for renovate #18

Open
dpvreony opened this issue Feb 17, 2024 · 0 comments
Open

initial grouping for renovate #18

dpvreony opened this issue Feb 17, 2024 · 0 comments

Comments

@dpvreony
Copy link
Member

starter for getting grouping up and running. way renovate works is it will group with the latest match, it doesn't stop on the first match, so .net up top and rx further down to override it etc.

{
    "assigneesFromCodeOwners": true,
        "packageRules": [
        {
            "matchPackagePatterns": ["^Microsoft.*", "^System.*"],
            "groupName": "all microsoft dependencies",
            "groupSlug": "all-microsoft",
            "labels": ["dependencies"]
        },
        {
            "matchPackagePatterns": ["^Exceptionless.*"],
            "groupName": "all exceptionless dependencies",
            "groupSlug": "all-exceptionless",
            "labels": ["dependencies"]
        },
        {
            "matchPackagePatterns": ["^Microsoft.Reactive.*", "^System.Reactive", "^System.Reactive.*"],
            "groupName": "all reactive extensions",
            "groupSlug": "all-rx",
            "labels": ["dependencies"]
        },
        {
            "matchPackagePatterns": ["^ReactiveUI.*"],
            "groupName": "all reactiveui dependencies",
            "groupSlug": "all-reactiveui",
            "labels": ["dependencies"]
        },
        {
            "matchPackagePatterns": ["^Xamarin.*"],
            "groupName": "all xamarin dependencies",
            "groupSlug": "all-xamarin",
            "labels": ["dependencies"]
        },
        {
            "matchPackagePatterns": ["^xunit.*"],
            "groupName": "all xunit dependencies",
            "groupSlug": "all-xunit",
            "labels": ["dependencies"]
        }]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant