Skip to content

chore: Configure Renovate#6701

Merged
alexander-alderman-webb merged 4 commits into
masterfrom
renovate/configure
Jul 1, 2026
Merged

chore: Configure Renovate#6701
alexander-alderman-webb merged 4 commits into
masterfrom
renovate/configure

Conversation

@renovate

@renovate renovate Bot commented Jun 30, 2026

Copy link
Copy Markdown
Contributor

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.

📚 See our Reading List for relevant documentation you may be interested in reading.

🔡 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.


Detected Package Files

  • .github/workflows/test-integrations-agents.yml (github-actions)
  • .github/workflows/test-integrations-ai-workflow.yml (github-actions)
  • .github/workflows/test-integrations-ai.yml (github-actions)
  • .github/workflows/test-integrations-cloud.yml (github-actions)
  • .github/workflows/test-integrations-common.yml (github-actions)
  • .github/workflows/test-integrations-dbs.yml (github-actions)
  • .github/workflows/test-integrations-flags.yml (github-actions)
  • .github/workflows/test-integrations-gevent.yml (github-actions)
  • .github/workflows/test-integrations-graphql.yml (github-actions)
  • .github/workflows/test-integrations-mcp.yml (github-actions)
  • .github/workflows/test-integrations-misc.yml (github-actions)
  • .github/workflows/test-integrations-network.yml (github-actions)
  • .github/workflows/test-integrations-tasks.yml (github-actions)
  • .github/workflows/test-integrations-web-1.yml (github-actions)
  • .github/workflows/test-integrations-web-2.yml (github-actions)
  • .github/workflows/test.yml (github-actions)
  • pyproject.toml (pep621)
  • scripts/split_tox_gh_actions/templates/test_group.jinja (regex)
  • scripts/split_tox_gh_actions/templates/test_orchestrator.jinja (regex)

Configuration Summary

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

  • Start dependency updates only once this onboarding PR is merged
  • Hopefully safe environment variables to allow users to configure.
  • 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 (except for nuget) directories.
  • Group known monorepo packages together.
  • Use curated list of recommended non-monorepo package groupings.
  • Show only the Age and Confidence Merge Confidence badges for pull requests.
  • Apply crowd-sourced package replacement rules.
  • Apply crowd-sourced workarounds for known problems with packages.
  • Ensure that every dependency pinned by digest and sourced from Forgejo contains a link to the commit-to-commit diff
  • Ensure that every dependency pinned by digest and sourced from Gitea contains a link to the commit-to-commit diff
  • Ensure that every dependency pinned by digest and sourced from GitHub.com and Github enterprise contains a link to the commit-to-commit diff
  • Ensure that every dependency pinned by digest and sourced from GitLab.com contains a link to the commit-to-commit diff
  • Correctly link to the source code for golang.org/x packages
  • Link to pkg.go.dev/... for golang.org/x packages' title
  • Provide a link to octochangelog's improved breakdown for Renovate's changelogs

What to Expect

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

chore(deps): update dependency ubuntu to v24
  • Schedule: ["at any time"]
  • Branch name: renovate/ubuntu-24.x
  • Merge into: master
  • Upgrade ubuntu to 24.04
chore(deps): update ghcr.io/getsentry/image-mirror-library-postgres docker tag to v18
  • Schedule: ["at any time"]
  • Branch name: renovate/ghcr.io-getsentry-image-mirror-library-postgres-18.x
  • Merge into: master
  • Upgrade ghcr.io/getsentry/image-mirror-library-postgres to 18-alpine
chore(deps): update github actions
  • Schedule: ["at any time"]
  • Branch name: renovate/github-actions
  • Merge into: master
  • Upgrade actions/checkout to 9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0
  • Upgrade actions/setup-java to 1bcf9fb12cf4aa7d266a90ae39939e61372fe520
chore(deps): update packages
chore(deps): lock file maintenance
  • Schedule: ["before 4am on monday"]
  • Branch name: renovate/lock-file-maintenance-packages
  • Merge into: master
  • Regenerate lock files to use latest dependency versions

🚸 PR 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 was generated by Mend Renovate. View the repository job log.

@renovate renovate Bot requested a review from a team as a code owner June 30, 2026 14:50
@github-actions

github-actions Bot commented Jun 30, 2026

Copy link
Copy Markdown
Contributor

Codecov Results 📊

90018 passed | ⏭️ 6298 skipped | Total: 96316 | Pass Rate: 93.46% | Execution Time: 311m 10s

📊 Comparison with Base Branch

Metric Change
Total Tests
Passed Tests
Failed Tests
Skipped Tests

✨ No test changes detected

All tests are passing successfully.

✅ Patch coverage is 100.00%. Project has 2437 uncovered lines.
✅ Project coverage is 89.77%. Comparing base (base) to head (head).

Coverage diff
@@            Coverage Diff             @@
##          main       #PR       +/-##
==========================================
+ Coverage    89.74%    89.77%    +0.03%
==========================================
  Files          192       192         —
  Lines        23819     23819         —
  Branches      8222      8222         —
==========================================
+ Hits         21375     21382        +7
- Misses        2444      2437        -7
- Partials      1348      1348         —

Generated by Codecov Action

@cursor cursor Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Cursor Bugbot has reviewed your changes and found 1 potential issue.

Fix All in Cursor

❌ Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.

Want reviews to match your repository better? Bugbot Learning can learn team-specific rules from PR activity. A team admin can enable Learning in the Cursor dashboard.

Reviewed by Cursor Bugbot for commit 832dc08. Configure here.

Comment thread renovate.json
@alexander-alderman-webb alexander-alderman-webb merged commit b00ef73 into master Jul 1, 2026
145 checks passed
@alexander-alderman-webb alexander-alderman-webb deleted the renovate/configure branch July 1, 2026 08:10
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.

1 participant