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 #1

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Conversation

renovate-coveooss[bot]
Copy link

@renovate-coveooss renovate-coveooss bot commented Aug 30, 2023

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)
  • Dockerfile.dev (dockerfile)
  • .github/workflows/codeql.yml (github-actions)
  • .github/workflows/go-application.yml (github-actions)
  • go.mod (gomod)
  • .helm/logstash-integration-test-chart/values.yaml (helm-values)
  • chart/values.yaml (helm-values)
  • .helm/logstash-integration-test-chart/Chart.yaml (helmv3)

Configuration Summary

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

  • Start dependency updates only once this onboarding PR is merged
  • Group all minor and patch updates together.
  • 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.
  • Show all Merge Confidence badges for pull requests.
  • Groups all Python updates into a single PR.
  • Schedules renovate to run once a week during work hours
  • Update TGF image versions
  • Update docker image references in deployment config files
  • Update only trusted GitHub actions
  • Standard Renovate config at Coveo
  • Run Renovate on following schedule: after 9:00 am on Tuesday

🔡 Do you want to change how Renovate upgrades your dependencies? Add your custom config to renovate.json5 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 17 Pull Requests:

Pin dependencies
  • Schedule: ["after 9:00 am on Tuesday"]
  • Branch name: renovate/pin-dependencies
  • Merge into: master
  • Upgrade cosmtrek/air to sha256:50b7f3c6ee5a186bae3ed934190dbe9a33a8ab3457c4a657bf8a43acf7954e1c
  • Upgrade golang to sha256:6467daf26aec6b82c750be4ca9b6aaf3a6a07ed22e1d4ff72dbdda9a93bb39bf
Update golang.org/x/exp digest to 701f63a
  • Schedule: ["after 9:00 am on Tuesday"]
  • Branch name: renovate/golang.org-x-exp-digest
  • Merge into: master
  • Upgrade golang.org/x/exp to 701f63a606c0
Update all non-major dependencies
Update GitHub Artifact Actions to v4 (major)
Update Helm release apache to v10
  • Schedule: ["after 9:00 am on Tuesday"]
  • Branch name: renovate/apache-10.x
  • Merge into: master
  • Upgrade apache to f5d19659a2b99dadac44488e15d65c279223d7e42feeeeb2dafc4e529ed5e685
Update Helm release apache to v11
  • Schedule: ["after 9:00 am on Tuesday"]
  • Branch name: renovate/apache-11.x
  • Merge into: master
  • Upgrade apache to f86dfb141dd84080d40ba5aa264b0757c7a5f41b56e508c50bcd4f1ad48f10a2
Update Helm release prometheus to v21
  • Schedule: ["after 9:00 am on Tuesday"]
  • Branch name: renovate/prometheus-21.x
  • Merge into: master
  • Upgrade prometheus to 713eeeed80678edb606a266f6ff575d9d5fb89e6e7d520794e7c28962947fa08
Update Helm release prometheus to v22
  • Schedule: ["after 9:00 am on Tuesday"]
  • Branch name: renovate/prometheus-22.x
  • Merge into: master
  • Upgrade prometheus to 20447ea2f7858ae273d899eb609880fe0684289239c85b28eac378c27203b64d
Update Helm release prometheus to v23
  • Schedule: ["after 9:00 am on Tuesday"]
  • Branch name: renovate/prometheus-23.x
  • Merge into: master
  • Upgrade prometheus to 2dc668787a54122185c44e3bb083c22c7089226c0861f6cceccee6fdc64f1f38
Update Helm release prometheus to v24
  • Schedule: ["after 9:00 am on Tuesday"]
  • Branch name: renovate/prometheus-24.x
  • Merge into: master
  • Upgrade prometheus to dc797bf6a3613b9aa590d3f54330c7b0ad4969206b697eabc129c1ba685e5e9f
Update Helm release prometheus to v25
  • Schedule: ["after 9:00 am on Tuesday"]
  • Branch name: renovate/prometheus-25.x
  • Merge into: master
  • Upgrade prometheus to 80f0d207bbfb37336b1b0a3fd6c7a60b42b8292eeb991c14a612b5759de01f95
Update actions/checkout action to v4
  • Schedule: ["after 9:00 am on Tuesday"]
  • Branch name: renovate/actions-checkout-4.x
  • Merge into: master
  • Upgrade actions/checkout to v4
Update actions/setup-node action to v4
  • Schedule: ["after 9:00 am on Tuesday"]
  • Branch name: renovate/actions-setup-node-4.x
  • Merge into: master
  • Upgrade actions/setup-node to v4
Update azure/setup-helm action to v4
  • Schedule: ["after 9:00 am on Tuesday"]
  • Branch name: renovate/azure-setup-helm-4.x
  • Merge into: master
  • Upgrade azure/setup-helm to v4
Update dependency ubuntu to v22
  • Schedule: ["after 9:00 am on Tuesday"]
  • Branch name: renovate/ubuntu-22.x
  • Merge into: master
  • Upgrade ubuntu to 22.04
Update docker/setup-buildx-action action to v3
  • Schedule: ["after 9:00 am on Tuesday"]
  • Branch name: renovate/docker-setup-buildx-action-3.x
  • Merge into: master
  • Upgrade docker/setup-buildx-action to v3
Update grafana/grafana Docker tag to v11
  • Schedule: ["after 9:00 am on Tuesday"]
  • Branch name: renovate/grafana-grafana-11.x
  • Merge into: master
  • Upgrade grafana/grafana to 11.2.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 Renovate Bot.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants