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 - old #408

Closed
wants to merge 1 commit into from

Conversation

renovate-bot
Copy link
Contributor

@renovate-bot renovate-bot commented Aug 15, 2023

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

  • .ci-scripts/Gemfile (bundler)
  • docs/Gemfile (bundler)
  • Dockerfile (dockerfile)
  • .github/workflows/periodic.yml (github-actions)
  • .github/workflows/stale.yml (github-actions)
  • .github/workflows/tests.yml (github-actions)
  • go.mod (gomod)
  • helm/snapscheduler/values.yaml (helm-values)
  • docs/_layouts/default.html (html)
  • config/manager/kustomization.yaml (kustomize)
  • .ci-scripts/requirements.txt (pip_requirements)
  • Makefile (regex)

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.
  • Enable the pre-commit manager.
  • Append Signed-off-by: to signoff Git commits.

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

chore(deps): pin dependencies
  • Schedule: ["at any time"]
  • Branch name: renovate/pin-dependencies
  • Merge into: master
  • Upgrade gcr.io/distroless/static to sha256:9ecc53c269509f63c69a266168e4a687c7eb8c0cfd753bd8bfcaa4f58a90876f
  • Upgrade golang to sha256:d680597c753e7c73814ddd09c69bef5b78922d81d3ca103c82fa69771ea8151c
  • Upgrade quay.io/backube/snapscheduler to sha256:a1f0bb705fb0e5019b18c8c15c4fcd46c9fbed87de31e9a46d818bff9b1e1b47
  • Upgrade quay.io/brancz/kube-rbac-proxy to sha256:738c854322f56d63ebab75de5210abcdd5e0782ce2d30c0ecd4620f63b24694d
fix(deps): update k8s.io/utils digest to 3b25d92
  • Schedule: ["at any time"]
  • Branch name: renovate/k8s.io-utils-digest
  • Merge into: master
  • Upgrade k8s.io/utils to 3b25d923346b3814e0898684c97390092f31a61e
fix(deps): update module github.com/onsi/gomega to v1.27.10
  • Schedule: ["at any time"]
  • Branch name: renovate/github.com-onsi-gomega-1.x
  • Merge into: master
  • Upgrade github.com/onsi/gomega to v1.27.10
chore(deps): update actions/setup-go action to v4.1.0
  • Schedule: ["at any time"]
  • Branch name: renovate/actions-setup-go-4.x
  • Merge into: master
  • Upgrade actions/setup-go to 93397bea11091df50f3d7e59dc26a7711a8bcfbe
chore(deps): update dependency golangci/golangci-lint to v1.54.1
  • Schedule: ["at any time"]
  • Branch name: renovate/golangci-golangci-lint-1.x
  • Merge into: master
  • Upgrade golangci/golangci-lint to v1.54.1
chore(deps): update github/codeql-action action to v2.21.4
  • Schedule: ["at any time"]
  • Branch name: renovate/github-codeql-action-2.x
  • Merge into: master
  • Upgrade github/codeql-action to a09933a12a80f87b87005513f0abb1494c27a716
chore(deps): update golang docker tag to v1.21
  • Schedule: ["at any time"]
  • Branch name: renovate/golang-1.x
  • Merge into: master
  • Upgrade golang to sha256:ec457a2fcd235259273428a24e09900c496d0c52207266f96a330062a01e3622
chore(deps): update quay.io/brancz/kube-rbac-proxy docker tag to v0.14.2
  • Schedule: ["at any time"]
  • Branch name: renovate/quay.io-brancz-kube-rbac-proxy-0.x
  • Merge into: master
  • Upgrade quay.io/brancz/kube-rbac-proxy to sha256:23959f17f0c06988423b2aa899e9d387b9bfabd4fd005e6aa2444aa66de50793
fix(deps): update kubernetes packages to v0.27.4
fix(deps): update module github.com/onsi/ginkgo/v2 to v2.11.0
  • Schedule: ["at any time"]
  • Branch name: renovate/github.com-onsi-ginkgo-v2-2.x
  • Merge into: master
  • Upgrade github.com/onsi/ginkgo/v2 to v2.11.0
fix(deps): update module go.uber.org/zap to v1.25.0
  • Schedule: ["at any time"]
  • Branch name: renovate/go.uber.org-zap-1.x
  • Merge into: master
  • Upgrade go.uber.org/zap to v1.25.0
fix(deps): update module sigs.k8s.io/controller-runtime to v0.15.1
  • Schedule: ["at any time"]
  • Branch name: renovate/sigs.k8s.io-controller-runtime-0.x
  • Merge into: master
  • Upgrade sigs.k8s.io/controller-runtime to v0.15.1
chore(deps): update dependency ubuntu to v22
  • Schedule: ["at any time"]
  • Branch name: renovate/ubuntu-22.x
  • Merge into: master
  • Upgrade ubuntu to 22.04

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


⚠ Dependency Lookup Warnings ⚠

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

  • Could not determine new digest for update (datasource: github-tags)

Files affected: .github/workflows/tests.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 has been generated by Mend Renovate. View repository job log here.

@JohnStrunk JohnStrunk force-pushed the renovate/configure branch 5 times, most recently from f2bb5c2 to 75949ab Compare August 15, 2023 14:59
Signed-off-by: John Strunk <jstrunk@redhat.com>
@JohnStrunk JohnStrunk changed the title Configure Renovate Configure Renovate - old Aug 15, 2023
@JohnStrunk JohnStrunk closed this Aug 15, 2023
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

2 participants