Skip to content

Configure Renovate

Stackspin-renovate Bot requested to merge renovate/configure into master

Welcome to Renovate! This is an onboarding MR to help you understand and configure settings before regular Merge Requests begin.

🚦 To activate Renovate, merge this Merge Request. To disable Renovate, simply close this Merge Request unmerged.


Detected Package Files

  • Dockerfile.dapper (dockerfile)
  • package/Dockerfile (dockerfile)
  • .drone.yml (droneci)
  • .gitlab-ci.yml (gitlabci)
  • go.mod (gomod)
  • deploy/chart/values.yaml (helm-values)

Configuration Summary

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

  • Start dependency updates only once this onboarding MR is merged
  • Enable Renovate Dependency Dashboard creation
  • If semantic commits detected, use semantic commit type fix for dependencies and chore for all others
  • Ignore node_modules, bower_components, vendor and various test/tests directories
  • Autodetect whether to pin dependencies or maintain ranges
  • Rate limit MR creation to a maximum of two per hour
  • Limit to maximum 20 open MRs at any time
  • Group known monorepo packages together
  • Use curated list of recommended non-monorepo package groupings
  • Fix some problems with very old Maven commons versions
  • Ignore spring cloud 1.x releases
  • Ignore http4s digest-based 1.x milestones
  • Use node versioning for @types/node
  • Limit concurrent requests to reduce load on Repology servers until we can fix this properly, see issue 10133

🔡 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 Merge 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 16 Merge Requests:

Update module github.com/Sirupsen/logrus to v0.11.5
  • Schedule: ["at any time"]
  • Branch name: renovate/github.com-sirupsen-logrus-0.x
  • Merge into: master
  • Upgrade github.com/Sirupsen/logrus to v0.11.5
Update golang Docker tag to v1.17
  • Schedule: ["at any time"]
  • Branch name: renovate/golang-1.x
  • Merge into: master
  • Upgrade golang to 1.17-alpine
Update module github.com/pkg/errors to v0.9.1
  • Schedule: ["at any time"]
  • Branch name: renovate/github.com-pkg-errors-0.x
  • Merge into: master
  • Upgrade github.com/pkg/errors to v0.9.1
Update module github.com/urfave/cli to v1.22.5
  • Schedule: ["at any time"]
  • Branch name: renovate/github.com-urfave-cli-1.x
  • Merge into: master
  • Upgrade github.com/urfave/cli to v1.22.5
Update module k8s.io/api to v0.22.2
  • Schedule: ["at any time"]
  • Branch name: renovate/k8s.io-api-0.x
  • Merge into: master
  • Upgrade k8s.io/api to v0.22.2
Update module k8s.io/apimachinery to v0.22.2
  • Schedule: ["at any time"]
  • Branch name: renovate/k8s.io-apimachinery-0.x
  • Merge into: master
  • Upgrade k8s.io/apimachinery to v0.22.2
Update module k8s.io/client-go to v0.22.2
  • Schedule: ["at any time"]
  • Branch name: renovate/k8s.io-client-go-0.x
  • Merge into: master
  • Upgrade k8s.io/client-go to v0.22.2
Update module sigs.k8s.io/sig-storage-lib-external-provisioner to v4.1.0
Update module sigs.k8s.io/yaml to v1.3.0
  • Schedule: ["at any time"]
  • Branch name: renovate/sigs.k8s.io-yaml-1.x
  • Merge into: master
  • Upgrade sigs.k8s.io/yaml to v1.3.0
Update plugins/manifest Docker tag to v1.2.3
  • Schedule: ["at any time"]
  • Branch name: renovate/plugins-manifest-1.x
  • Merge into: master
  • Upgrade plugins/manifest to 1.2.3
Update rancher/dapper Docker tag to v0.5.7
  • Schedule: ["at any time"]
  • Branch name: renovate/rancher-dapper-0.x
  • Merge into: master
  • Upgrade rancher/dapper to v0.5.7
Update module github.com/Sirupsen/logrus to v1
  • Schedule: ["at any time"]
  • Branch name: renovate/github.com-sirupsen-logrus-1.x
  • Merge into: master
  • Upgrade github.com/Sirupsen/logrus to v1.8.1
Update module github.com/urfave/cli to v2
  • Schedule: ["at any time"]
  • Branch name: renovate/github.com-urfave-cli-2.x
  • Merge into: master
  • Upgrade github.com/urfave/cli to v2.3.0
Update module k8s.io/client-go to v12
  • Schedule: ["at any time"]
  • Branch name: renovate/k8s.io-client-go-12.x
  • Merge into: master
  • Upgrade k8s.io/client-go to v12.0.0
Update module sigs.k8s.io/sig-storage-lib-external-provisioner to v7
Update rancher/dapper Docker tag to v1
  • Schedule: ["at any time"]
  • Branch name: renovate/rancher-dapper-1.x
  • Merge into: master
  • Upgrade rancher/dapper to 1.12.1

🚸 Branch creation will be limited to maximum 2 per hour, so it doesn't swamp any CI resources or spam 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 MR has been generated by Renovate Bot.

Merge request reports