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

ci: migrate Renovate config #1207

Merged
merged 2 commits into from
Nov 1, 2023

Conversation

secustor
Copy link
Member

Changes

Made some adaptions to the Renovate config:

  • migrate packageRules away from removed options, to allow again grouping of services
  • increase PR limit from 10 (default) to 20
  • add PR label ( dependencies )
  • do not extend base to prevent grouping by monorepos

Merge Requirements

For new features contributions please make sure you have completed the following
essential items:

  • CHANGELOG.md updated to document new feature additions
  • Appropriate documentation updates in the docs
  • Appropriate Helm chart updates in the helm-charts

Maintainers will not merge until the above have been completed. If you're unsure
which docs need to be changed ping the
@open-telemetry/demo-approvers.

@secustor secustor requested a review from a team October 30, 2023 18:36
@austinlparker austinlparker merged commit 1e57218 into open-telemetry:main Nov 1, 2023
27 checks passed
@secustor secustor deleted the ci/fix-renovate-config branch November 1, 2023 19:38
@HonkingGoose
Copy link

Hi @secustor 👋

  • do not extend base to prevent grouping by monorepos

config:base was renamed to config:recommended a while back, so I'm only mentioning the new term config:recommended from now on.

If you like the config:recommended preset 1, but don't want the grouping of monorepos, you might want to try the ignorePresets config option 2. I think something like this would do what you want:

{
  "extends": ["config:recommended"],
  "ignorePresets": ["group:monorepos"]
}

Footnotes

  1. Renovate docs, config:recommended preset

  2. Renovate docs, ignorePresets config option

roc-muto added a commit to roc-muto/opentelemetry-demo that referenced this pull request Nov 2, 2023
commit 1e57218
Author: Sebastian Poxhofer <secustor@users.noreply.github.com>
Date:   Wed Nov 1 19:23:03 2023 +0100

    ci: migrate Renovate config (open-telemetry#1207)

    Co-authored-by: Austin Parker <austin@ap2.io>

commit 526a8d3
Author: Pierre Tessier <pierre@pierretessier.com>
Date:   Wed Nov 1 12:19:37 2023 -0400

    [go services]: workaround: disable grpc metrics (open-telemetry#1205)

    * workaround: disable grpc metrics

    Signed-off-by: Pierre Tessier <pierre@pierretessier.com>

    * workaround: disable grpc metrics

    Signed-off-by: Pierre Tessier <pierre@pierretessier.com>

    ---------

    Signed-off-by: Pierre Tessier <pierre@pierretessier.com>
jmichalak9 pushed a commit to jmichalak9/opentelemetry-demo that referenced this pull request Mar 22, 2024
Co-authored-by: Austin Parker <austin@ap2.io>
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

Successfully merging this pull request may close these issues.

3 participants