Skip to content

Configure Renovate #2438

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

Merged
merged 3 commits into from
Aug 21, 2024
Merged

Configure Renovate #2438

merged 3 commits into from
Aug 21, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Aug 21, 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

  • build/Dockerfile (dockerfile)
  • build/Dockerfile.nginx (dockerfile)
  • build/Dockerfile.nginxplus (dockerfile)
  • debug/Dockerfile (dockerfile)
  • tests/Dockerfile (dockerfile)
  • tests/conformance/Dockerfile (dockerfile)
  • .github/workflows/build.yml (github-actions)
  • .github/workflows/ci.yml (github-actions)
  • .github/workflows/codeql-analysis.yml (github-actions)
  • .github/workflows/conformance.yml (github-actions)
  • .github/workflows/dependency-review.yml (github-actions)
  • .github/workflows/docs-build-push.yml (github-actions)
  • .github/workflows/fossa.yml (github-actions)
  • .github/workflows/functional.yml (github-actions)
  • .github/workflows/helm.yml (github-actions)
  • .github/workflows/labeler.yml (github-actions)
  • .github/workflows/lint.yml (github-actions)
  • .github/workflows/mend.yml (github-actions)
  • .github/workflows/nfr.yml (github-actions)
  • .github/workflows/release-pr.yml (github-actions)
  • .github/workflows/scorecards.yml (github-actions)
  • .github/workflows/stale.yml (github-actions)
  • .github/workflows/update-docker-images.yml (github-actions)
  • go.mod (gomod)
  • site/go.mod (gomod)
  • tests/go.mod (gomod)
  • charts/nginx-gateway-fabric/values.yaml (helm-values)
  • examples/advanced-routing/coffee.yaml (kubernetes)
  • examples/advanced-routing/tea.yaml (kubernetes)
  • examples/cafe-example/cafe.yaml (kubernetes)
  • examples/client-settings-policy/app.yaml (kubernetes)
  • examples/cross-namespace-routing/cafe-ns-and-app.yaml (kubernetes)
  • examples/grpc-routing/helloworld.yaml (kubernetes)
  • examples/http-request-header-filter/headers.yaml (kubernetes)
  • examples/http-response-header-filter/headers.yaml (kubernetes)
  • examples/https-termination/cafe.yaml (kubernetes)
  • examples/traffic-splitting/cafe.yaml (kubernetes)
  • tests/suite/manifests/clientsettings/cafe.yaml (kubernetes)
  • tests/suite/manifests/clientsettings/grpc-backend.yaml (kubernetes)
  • tests/suite/manifests/dp-perf/coffee.yaml (kubernetes)
  • tests/suite/manifests/graceful-recovery/cafe.yaml (kubernetes)
  • tests/suite/manifests/graceful-recovery/node-debugger-job.yaml (kubernetes)
  • tests/suite/manifests/hello-world/apps.yaml (kubernetes)
  • tests/suite/manifests/longevity/cafe.yaml (kubernetes)
  • tests/suite/manifests/longevity/cronjob.yaml (kubernetes)
  • tests/suite/manifests/ngf-upgrade/cafe.yaml (kubernetes)
  • tests/suite/manifests/reconfig/cafe.yaml (kubernetes)
  • tests/suite/manifests/scale/matches.yaml (kubernetes)
  • tests/suite/manifests/scale/upstreams.yaml (kubernetes)
  • tests/suite/manifests/scale/zero-downtime/cafe.yaml (kubernetes)
  • deploy/kustomization.yaml (kustomize)
  • internal/mode/static/nginx/modules/package.json (npm)
  • .nvmrc (nvm)
  • .pre-commit-config.yaml (pre-commit)

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.
  • 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.
  • Enable Docker major updates.
  • Pin github-action digests.
  • Append Signed-off-by: to signoff Git commits.

🔡 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 github/codeql-action action to v3.26.4
  • Schedule: ["at any time"]
  • Branch name: renovate/github-codeql-action-3.x
  • Merge into: main
  • Upgrade github/codeql-action to f0f3afee809481da311ca3a6ff1ff51d81dbeb24
Update module github.com/onsi/ginkgo/v2 to v2.20.1
  • Schedule: ["at any time"]
  • Branch name: renovate/i.8713187.xyz-onsi-ginkgo-v2-2.x
  • Merge into: main
  • Upgrade github.com/onsi/ginkgo/v2 to v2.20.1
Update module github.com/prometheus/client_golang to v1.20.1
Update docker/dockerfile Docker tag to v1.9
  • Schedule: ["at any time"]
  • Branch name: renovate/docker-dockerfile-1.x
  • Merge into: main
  • Upgrade docker/dockerfile to 1.9
Update module github.com/nginxinc/nginx-gateway-fabric to v0.6.0
Update module github.com/nginxinc/nginx-gateway-fabric to v1

Warning

Please correct - or verify that you can safely ignore - these dependency lookup failures before you merge this PR.

  • Could not determine new digest for update (github-tags package jacobtomlinson/gha-find-replace)

Files affected: .github/workflows/release-pr.yml


❓ 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 August 21, 2024 18:50
Copy link

codecov bot commented Aug 21, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 88.84%. Comparing base (ff25300) to head (38c9cab).
Report is 91 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #2438   +/-   ##
=======================================
  Coverage   88.84%   88.84%           
=======================================
  Files         100      100           
  Lines        7527     7527           
  Branches       50       50           
=======================================
  Hits         6687     6687           
  Misses        784      784           
  Partials       56       56           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@lucacome lucacome merged commit 0d42a7b into main Aug 21, 2024
33 of 37 checks passed
@lucacome lucacome deleted the renovate/configure branch August 21, 2024 22:58
@lucacome lucacome added the chore Pull requests for routine tasks label Sep 18, 2024
miledxz added a commit to miledxz/nginx-gateway-fabric that referenced this pull request Jan 14, 2025
* Add renovate.json

* Update renovate.json

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Luca Comellini <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
chore Pull requests for routine tasks
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants