checkup icon indicating copy to clipboard operation
checkup copied to clipboard

Configure Renovate

Open renovate[bot] opened this issue 5 years ago • 0 comments

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

  • docker-compose.yml (docker-compose)
  • Dockerfile (dockerfile)
  • .drone.yml (droneci)
  • .github/workflows/scip.yml (github-actions)
  • go.mod (gomod)

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.
  • Apply crowd-sourced package replacement rules.
  • Apply crowd-sourced workarounds for known problems with packages.
  • Run Renovate on following schedule: on the 1st through 7th day of the month

🔡 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 5 Pull Requests:

chore(deps): pin dependencies
  • Schedule: ["on the 1st through 7th day of the month"]
  • Branch name: renovate/pin-dependencies
  • Merge into: master
  • Upgrade alpine to sha256:21dc6063fd678b478f57c0e13f47560d0ea4eeba26dfc947b2a4f81f686b9f45
  • Upgrade golang to sha256:e196a762bd349b188d66c539354fc23f0e5a0178c214e6dfe4d7894c3c2753f1
chore(deps): update golang docker tag to v1.23
  • Schedule: ["on the 1st through 7th day of the month"]
  • Branch name: renovate/golang-1.x
  • Merge into: master
  • Upgrade golang to 1.23
  • Upgrade golang to sha256:6c5c9590f169f77c8046e45c611d3b28fe477789acd8d3762d23d4744de69812
chore(deps): update percona/percona-server docker tag to v8.4.3
  • Schedule: ["on the 1st through 7th day of the month"]
  • Branch name: renovate/percona-percona-server-8.x
  • Merge into: master
  • Upgrade percona/percona-server to 8.4.3
chore(deps): update actions/checkout action to v4
  • Schedule: ["on the 1st through 7th day of the month"]
  • Branch name: renovate/actions-checkout-4.x
  • Merge into: master
  • Upgrade actions/checkout to v4
chore(deps): update postgres docker tag to v17
  • Schedule: ["on the 1st through 7th day of the month"]
  • Branch name: renovate/postgres-17.x
  • Merge into: master
  • Upgrade postgres to 17-alpine

❓ 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[bot] avatar Mar 10 '20 13:03 renovate[bot]