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

Configure Renovate #20902

Merged
merged 10 commits into from
May 31, 2024
Merged

Configure Renovate #20902

merged 10 commits into from
May 31, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented May 29, 2024

Mend Renovate

Welcome to Renovate! This is an onboarding PR to help you understand and configure settings before regular Pull Requests begin.

🚦 To activate Renovate, merge this Pull Request. To disable Renovate, simply close this Pull Request unmerged.


Detected Package Files

  • .buildkite/beta-builds.yml (buildkite)
  • .buildkite/code-freeze.yml (buildkite)
  • .buildkite/complete-code-freeze.yml (buildkite)
  • .buildkite/finalize-release.yml (buildkite)
  • .buildkite/new-beta-release.yml (buildkite)
  • .buildkite/pipeline.yml (buildkite)
  • .buildkite/release-builds.yml (buildkite)
  • .buildkite/update-release-notes.yml (buildkite)
  • Gemfile (bundler)
  • .github/workflows/automated-version-update-pr.yml (github-actions)
  • .github/workflows/gradle-wrapper-validation.yml (github-actions)
  • .github/workflows/run-danger.yml (github-actions)
  • .github/workflows/submit-gradle-dependencies.yml (github-actions)
  • .github/workflows/validate-issues.yml (github-actions)
  • settings.gradle (gradle)
  • build.gradle (gradle)
  • WordPress/build.gradle (gradle)
  • config/gradle/code_coverage.gradle (gradle)
  • config/gradle/gradle_build_cache.gradle (gradle)
  • config/gradle/gradle_build_scan.gradle (gradle)
  • config/gradle/included_builds.gradle (gradle)
  • libs/analytics/build.gradle (gradle)
  • libs/annotations/build.gradle (gradle)
  • libs/editor/build.gradle (gradle)
  • libs/image-editor/build.gradle (gradle)
  • libs/mocks/build.gradle (gradle)
  • libs/networking/build.gradle (gradle)
  • libs/processors/build.gradle (gradle)
  • gradle/wrapper/gradle-wrapper.properties (gradle-wrapper)
  • .ruby-version (ruby-version)

Configuration Summary

Based on the default config's presets, Renovate will:

  • Start dependency updates only once this onboarding PR is merged
  • Show all Merge Confidence badges for pull requests.
  • Enable Renovate Dependency Dashboard creation.
  • Use semantic commit type fix for dependencies and chore for all others if semantic commits are in use.
  • Ignore node_modules, bower_components, vendor and various test/tests directories.
  • Group known monorepo packages together.
  • Use curated list of recommended non-monorepo package groupings.
  • Apply crowd-sourced package replacement rules.
  • Apply crowd-sourced workarounds for known problems with packages.

🔡 Do you want to change how Renovate upgrades your dependencies? Add your custom config to renovate.json in this branch. Renovate will update the Pull Request description the next time it runs.


What to Expect

With your current configuration, Renovate will create 6 Pull Requests:

Update Automattic/dangermattic action to v1.1.1
  • Schedule: ["at any time"]
  • Branch name: renovate/automattic-dangermattic-1.x
  • Merge into: trunk
  • Upgrade Automattic/dangermattic to v1.1.1
Update automatticTracksVersion to v5.1.0
  • Schedule: ["at any time"]
  • Branch name: renovate/automattictracksversion
  • Merge into: trunk
  • Upgrade com.automattic.tracks:crashlogging to 5.1.0
  • Upgrade com.automattic:Automattic-Tracks-Android to 5.1.0
Update dependency danger-dangermattic to v1.1.1
  • Schedule: ["at any time"]
  • Branch name: renovate/danger-dangermattic-1.x-lockfile
  • Merge into: trunk
  • Upgrade danger-dangermattic to 1.1.1
Update buildkite plugin automattic/a8c-ci-toolkit to v3
  • Schedule: ["at any time"]
  • Branch name: renovate/automattic-a8c-ci-toolkit-3.x
  • Merge into: trunk
  • Upgrade automattic/a8c-ci-toolkit to 3.4.2
Update dependency fastlane-plugin-wpmreleasetoolkit to v11
Update plugin com.automattic.android.measure-builds to v3
  • Schedule: ["at any time"]
  • Branch name: renovate/gradle.ext.measurebuildsversion
  • Merge into: trunk
  • Upgrade com.automattic.android.measure-builds to 3.0.0

🚸 Branch creation will be limited to maximum 2 per hour, so it doesn't swamp any CI resources or overwhelm the project. See docs for prhourlylimit for details.


❓ Got questions? Check out Renovate's Docs, particularly the Getting Started section.
If you need any further assistance then you can also request help here.


This PR has been generated by Mend Renovate. View repository job log here.

@dangermattic
Copy link
Collaborator

dangermattic commented May 29, 2024

1 Warning
⚠️ PR is not assigned to a milestone.

Generated by 🚫 Danger

@wzieba wzieba marked this pull request as draft May 29, 2024 07:57
@wzieba wzieba self-assigned this May 29, 2024
@wpmobilebot
Copy link
Contributor

wpmobilebot commented May 29, 2024

WordPress📲 You can test the changes from this Pull Request in WordPress by scanning the QR code below to install the corresponding build.
App NameWordPress WordPress
FlavorJalapeno
Build TypeDebug
Versionpr20902-f7ef046
Commitf7ef046
Direct Downloadwordpress-prototype-build-pr20902-f7ef046.apk
Note: Google Login is not supported on these builds.

@wpmobilebot
Copy link
Contributor

wpmobilebot commented May 29, 2024

Jetpack📲 You can test the changes from this Pull Request in Jetpack by scanning the QR code below to install the corresponding build.
App NameJetpack Jetpack
FlavorJalapeno
Build TypeDebug
Versionpr20902-f7ef046
Commitf7ef046
Direct Downloadjetpack-prototype-build-pr20902-f7ef046.apk
Note: Google Login is not supported on these builds.

wzieba added 2 commits May 29, 2024 10:09
- separateMajorMinor to not create seperate PRs for a single dependency
- versioning=semver-coerced to not create PRs for intermediate created for each PR/commit. We only care about released versions
@wzieba
Copy link
Contributor

wzieba commented May 29, 2024

This PR configures Renovate to prepare PRs with version updates for Automattic internal tooling. If we validate that this works correctly, we'll replace Dependabot with Renovate for all the dependencies, as there's no need to support 2 different tools.

Internal reference: paaHJt-6wb-p2 paaHJt-6tz-p2

@wzieba wzieba added the Tooling label May 29, 2024
@wzieba wzieba requested a review from ParaskP7 May 29, 2024 11:28
@wzieba wzieba marked this pull request as ready for review May 29, 2024 11:29
Copy link
Contributor

@ParaskP7 ParaskP7 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👋 @wzieba !

I have reviewed this PR and left a few questions (❓). I did that to understand what exactly we want to be configured here. I am excited to see this being merged so we can experience the Renovate way, good job introducing this tool into the repo! 🌟 🌟 🌟

If we validate that this works correctly, we'll replace Dependabot with Renovate for all the dependencies, as there's no need to support 2 different tools.

Totally agree! 👍

renovate.json Show resolved Hide resolved
renovate.json Outdated Show resolved Hide resolved
renovate.json Outdated Show resolved Hide resolved
@wzieba wzieba requested a review from ParaskP7 May 30, 2024 10:49
wzieba added 2 commits May 30, 2024 13:43
…guration

This setting should not change how dependencies are resolved (strictly constraint is still applied). This change is for Renovate to correctly resolve versions of dependencies
Copy link

sonarcloud bot commented May 30, 2024

Quality Gate Passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
No data about Coverage
No data about Duplication

See analysis details on SonarCloud

Copy link
Contributor

@ParaskP7 ParaskP7 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Everything is looking good to me @wzieba , thanks for all the work and for providing extra context on my comments, let's start using Renovate! ❣️ 🎉 🚀

@wzieba wzieba merged commit 53a007c into trunk May 31, 2024
20 checks passed
@wzieba wzieba deleted the renovate/configure branch May 31, 2024 07:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants