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

Merged
merged 1 commit into from Dec 4, 2023
Merged

chore: Configure Renovate #282

merged 1 commit into from Dec 4, 2023

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Nov 20, 2023

Mend Renovate logo banner

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

  • Dockerfile (dockerfile)
  • ci.Dockerfile (dockerfile)
  • .github/workflows/pr.yml (github-actions)
  • .github/workflows/push.yml (github-actions)
  • go.mod (gomod)
  • config/manager/kustomization.yaml (kustomize)

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.

🔡 Would you like to change the way Renovate is upgrading your dependencies? Simply edit the renovate.json in this branch with your custom config and the list of Pull Requests in the "What to Expect" section below will be updated the next time Renovate runs.


What to Expect

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

fix(deps): update github.com/openshift/api digest to 841b3aa
  • Schedule: ["at any time"]
  • Branch name: renovate/github.com-openshift-api-digest
  • Merge into: main
  • Upgrade github.com/openshift/api to 841b3aa7251debc8578eecc7b140b8fc1bd87535
fix(deps): update github.com/openshift/library-go digest to bd996d7
  • Schedule: ["at any time"]
  • Branch name: renovate/github.com-openshift-library-go-digest
  • Merge into: main
  • Upgrade github.com/openshift/library-go to bd996d74a24c42ac604d21a32d37893000bdace2
fix(deps): update github.com/shurcool/githubv4 digest to 599ae7b
  • Schedule: ["at any time"]
  • Branch name: renovate/github.com-shurcool-githubv4-digest
  • Merge into: main
  • Upgrade github.com/shurcooL/githubv4 to 599ae7bbf278c79d7354974febd1f6684dfe30cd
fix(deps): update module github.com/microsoftgraph/msgraph-sdk-go-core to v0.36.2
fix(deps): update module github.com/redhat-cop/operator-utils to v1.3.7
chore(deps): update golang docker tag to v1.21
  • Schedule: ["at any time"]
  • Branch name: renovate/golang-1.x
  • Merge into: main
  • Upgrade golang to 1.21
fix(deps): update kubernetes packages to v0.28.4
fix(deps): update module github.com/azure/azure-sdk-for-go/sdk/azcore to v1.9.0
fix(deps): update module github.com/azure/azure-sdk-for-go/sdk/azidentity to v1.4.0
fix(deps): update module github.com/go-logr/logr to v1.3.0
  • Schedule: ["at any time"]
  • Branch name: renovate/github.com-go-logr-logr-1.x
  • Merge into: main
  • Upgrade github.com/go-logr/logr to v1.3.0
fix(deps): update module github.com/microsoft/kiota-http-go to v0.17.0
fix(deps): update module github.com/microsoftgraph/msgraph-sdk-go to v0.64.0
fix(deps): update module github.com/okta/okta-sdk-golang/v2 to v2.20.0
fix(deps): update module github.com/onsi/gomega to v1.30.0
  • Schedule: ["at any time"]
  • Branch name: renovate/github.com-onsi-gomega-1.x
  • Merge into: main
  • Upgrade github.com/onsi/gomega to v1.30.0
fix(deps): update module github.com/palantir/go-githubapp to v0.20.1
fix(deps): update module github.com/prometheus/client_golang to v1.17.0
fix(deps): update module github.com/xanzy/go-gitlab to v0.94.0
  • Schedule: ["at any time"]
  • Branch name: renovate/github.com-xanzy-go-gitlab-0.x
  • Merge into: main
  • Upgrade github.com/xanzy/go-gitlab to v0.94.0
fix(deps): update module golang.org/x/text to v0.14.0
  • Schedule: ["at any time"]
  • Branch name: renovate/golang.org-x-text-0.x
  • Merge into: main
  • Upgrade golang.org/x/text to v0.14.0
fix(deps): update module sigs.k8s.io/controller-runtime to v0.16.3
  • Schedule: ["at any time"]
  • Branch name: renovate/sigs.k8s.io-controller-runtime-0.x
  • Merge into: main
  • Upgrade sigs.k8s.io/controller-runtime to v0.16.3
fix(deps): update module github.com/google/go-github/v45 to v56
fix(deps): update module github.com/microsoft/kiota-authentication-azure-go to v1
fix(deps): update module github.com/microsoft/kiota-http-go to v1
fix(deps): update module github.com/microsoftgraph/msgraph-sdk-go to v1
fix(deps): update module github.com/microsoftgraph/msgraph-sdk-go-core to v1
fix(deps): update module github.com/nerzal/gocloak/v11 to v13
  • Schedule: ["at any time"]
  • Branch name: renovate/github.com-nerzal-gocloak-v11-13.x
  • Merge into: main
  • Upgrade github.com/Nerzal/gocloak/v11 to v13.8.0
fix(deps): update module github.com/okta/okta-sdk-golang/v2 to v3
fix(deps): update module github.com/onsi/ginkgo to v2
  • Schedule: ["at any time"]
  • Branch name: renovate/github.com-onsi-ginkgo-2.x
  • Merge into: main
  • Upgrade github.com/onsi/ginkgo to v2.13.1
fix(deps): update module github.com/redhat-cop/operator-utils to v2

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

@garethahealy garethahealy merged commit b26515a into main Dec 4, 2023
5 of 6 checks passed
@renovate renovate bot deleted the renovate/configure branch December 4, 2023 11:26
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.

None yet

1 participant