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

chore: Configure Renovate #3261

Merged
merged 1 commit into from
Feb 24, 2024
Merged

chore: Configure Renovate #3261

merged 1 commit into from
Feb 24, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Feb 24, 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

  • .github/scripts/arm/docker-env/Dockerfile (dockerfile)
  • .github/actions/setup-nix/action.yaml (github-actions)
  • .github/workflows/build.yaml (github-actions)
  • .github/workflows/ci.yaml (github-actions)
  • .github/workflows/docs.yaml (github-actions)
  • .github/workflows/report.yaml (github-actions)
  • .github/workflows/test.yaml (github-actions)
  • docs/requirements.txt (pip_requirements)

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.
  • Pin Docker digests.
  • Pin github-action digests.
  • Pin dependency versions for devDependencies.
  • Preset with best practices from the Renovate maintainers. Recommended for advanced users, who want to follow our best practices.

πŸ”‘ 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.


You have configured Renovate to use the following baseBranches: main, v10, v11, v12.

What to Expect

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

chore(deps): pin dependencies (main)
chore(deps): update codecov/codecov-action action to v3.1.6 (main)
  • Schedule: ["at any time"]
  • Branch name: renovate/main-codecov-codecov-action-3.x
  • Merge into: main
  • Upgrade codecov/codecov-action to ab904c41d6ece82784817410c45d8b8c02684457
chore(deps): update dependency sphinxext-opengraph to v0.9.1 (main)
  • Schedule: ["at any time"]
  • Branch name: renovate/main-sphinxext-opengraph-0.x
  • Merge into: main
  • Upgrade sphinxext-opengraph to ==0.9.1
chore(deps): update dependency docutils to v0.20.1 (main)
  • Schedule: ["at any time"]
  • Branch name: renovate/main-docutils-0.x
  • Merge into: main
  • Upgrade docutils to ==0.20.1
chore(deps): update dependency urllib3 to v2.2.1 (main)
  • Schedule: ["at any time"]
  • Branch name: renovate/main-urllib3-2.x
  • Merge into: main
  • Upgrade urllib3 to ==2.2.1
chore(deps): update codecov/codecov-action action to v4 (main)
  • Schedule: ["at any time"]
  • Branch name: renovate/main-codecov-codecov-action-4.x
  • Merge into: main
  • Upgrade codecov/codecov-action to 0cfda1dd0a4ad9efc75517f399d859cd1ea4ced1
chore(deps): update ubuntu docker tag to v22 (main)
  • Schedule: ["at any time"]
  • Branch name: renovate/main-ubuntu-22.x
  • Merge into: main
  • Upgrade ubuntu to sha256:f9d633ff6640178c2d0525017174a688e2c1aef28f0a0130b26bd5554491f0da
chore(deps): update all dependencies (v10)
chore(deps): update all dependencies (v10) (major)
chore(deps): pin dependencies (v11)
chore(deps): update all dependencies (v11) (major)
chore(deps): pin dependencies (v12)
chore(deps): update all dependencies (v12) (major)

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

@wolfgangwalther
Copy link
Member

I just installed the Renovate App in the PostgREST repo. The idea is to replace Dependabot with Renovate. This has the advantage, that renovate has many more configuration options - and detects many more dependencies.

One config option stands out: The ability to define multiple baseBranches, which will then make sure that all our release branches are kept up2date regarding the CI tooling. During the docs migration, when working on older branches, I realized that some of them were broken, because the outdated github actions wouldn't run anymore. By keeping release branches' CI tooling up2date, we lay the foundation to allow backporting bugfixes and documentation improvements easily.

This allows much better configuration and customization and will keep our
release branches up2date, too.
@wolfgangwalther wolfgangwalther merged commit c18ccf5 into main Feb 24, 2024
1 of 2 checks passed
@wolfgangwalther wolfgangwalther deleted the renovate/configure branch February 24, 2024 17:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant