Skip to content

Configure Renovate

John Jarvis 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-ci (dockerfile)
  • Dockerfile-puppeteer (dockerfile)
  • cmdrunner/Dockerfile (dockerfile)
  • cmdrunner/Dockerfile-alpine (dockerfile)
  • cmdrunner/Dockerfile-no-bin (dockerfile)
  • cmdrunner/oops/Dockerfile (dockerfile)
  • cmdrunner/runcmd/Dockerfile (dockerfile)
  • .gitlab-ci.yml (gitlabci)
  • cmdchallenge/go.mod (gomod)
  • site/package.json (npm)
  • terraform/modules/cloudflare/main.tf (terraform)
  • terraform/modules/ec2/main.tf (terraform)
  • terraform/site.tf (terraform)

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 Renovate detects semantic commits, it will 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 10 open MRs at any time.
  • Group known monorepo packages together.
  • Use curated list of recommended non-monorepo package groupings.
  • A collection of 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 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 23 Merge Requests:

Update dependency vite to v2.9.14
  • Schedule: ["at any time"]
  • Branch name: renovate/vite-2.x
  • Merge into: master
  • Upgrade vite to 2.9.14
Update dependency commonmark to v0.30.0
  • Schedule: ["at any time"]
  • Branch name: renovate/commonmark-0.x
  • Merge into: master
  • Upgrade commonmark to 0.30.0
Update dependency eslint-plugin-import to v2.26.0
  • Schedule: ["at any time"]
  • Branch name: renovate/eslint-plugin-import-2.x
  • Merge into: master
  • Upgrade eslint-plugin-import to 2.26.0
Update dependency jquery.terminal to v2.34.0
  • Schedule: ["at any time"]
  • Branch name: renovate/jquery.terminal-2.x
  • Merge into: master
  • Upgrade jquery.terminal to 2.34.0
Update dependency sass to v1.54.0
  • Schedule: ["at any time"]
  • Branch name: renovate/sass-1.x
  • Merge into: master
  • Upgrade sass to 1.54.0
Update dependency typescript to v4.7.4
  • Schedule: ["at any time"]
  • Branch name: renovate/typescript-4.x
  • Merge into: master
  • Upgrade typescript to 4.7.4
Update module github.com/sirupsen/logrus to v1.9.0
  • Schedule: ["at any time"]
  • Branch name: renovate/github.com-sirupsen-logrus-1.x
  • Merge into: master
  • Upgrade github.com/sirupsen/logrus to v1.9.0
Update module github.com/stretchr/testify to v1.8.0
  • Schedule: ["at any time"]
  • Branch name: renovate/github.com-stretchr-testify-1.x
  • Merge into: master
  • Upgrade github.com/stretchr/testify to v1.8.0
Update module go to 1.18
  • Schedule: ["at any time"]
  • Branch name: renovate/go-1.x
  • Merge into: master
  • Upgrade go to 1.18
Update Terraform archive to v2
  • Schedule: ["at any time"]
  • Branch name: renovate/archive-2.x
  • Merge into: master
  • Upgrade archive to ~> 2.0
Update Terraform aws to v4
  • Schedule: ["at any time"]
  • Branch name: renovate/aws-4.x
  • Merge into: master
  • Upgrade aws to ~> 4.0
Update Terraform external to v2
  • Schedule: ["at any time"]
  • Branch name: renovate/external-2.x
  • Merge into: master
  • Upgrade external to ~> 2.0
Update Terraform null to v3
  • Schedule: ["at any time"]
  • Branch name: renovate/null-3.x
  • Merge into: master
  • Upgrade null to ~> 3.0
Update dependency docker to v20
  • Schedule: ["at any time"]
  • Branch name: renovate/docker-20.x
  • Merge into: master
  • Upgrade docker to 20.10.17
Update dependency eslint to v8
  • Schedule: ["at any time"]
  • Branch name: renovate/eslint-8.x
  • Merge into: master
  • Upgrade eslint to 8.20.0
Update dependency eslint-config-standard to v17
  • Schedule: ["at any time"]
  • Branch name: renovate/eslint-config-standard-17.x
  • Merge into: master
  • Upgrade eslint-config-standard to 17.0.0
Update dependency eslint-plugin-promise to v6
  • Schedule: ["at any time"]
  • Branch name: renovate/eslint-plugin-promise-6.x
  • Merge into: master
  • Upgrade eslint-plugin-promise to 6.0.0
Update dependency highlight.js to v11
  • Schedule: ["at any time"]
  • Branch name: renovate/highlight.js-11.x
  • Merge into: master
  • Upgrade highlight.js to 11.6.0
Update dependency ubuntu to v22
  • Schedule: ["at any time"]
  • Branch name: renovate/ubuntu-22.x
  • Merge into: master
  • Upgrade ubuntu to 22.04
Update dependency vite to v3
  • Schedule: ["at any time"]
  • Branch name: renovate/vite-3.x
  • Merge into: master
  • Upgrade vite to 3.0.3
Update module github.com/didip/tollbooth to v7
  • Schedule: ["at any time"]
  • Branch name: renovate/github.com-didip-tollbooth-7.x
  • Merge into: master
  • Upgrade github.com/didip/tollbooth to v7.0.0
Update module github.com/mattn/go-sqlite3 to v2
  • Schedule: ["at any time"]
  • Branch name: renovate/github.com-mattn-go-sqlite3-2.x
  • Merge into: master
  • Upgrade github.com/mattn/go-sqlite3 to v2.0.6
Update module k8s.io/client-go to v12
  • Schedule: ["at any time"]
  • Branch name: renovate/major-kubernetes-go
  • Merge into: master
  • Upgrade k8s.io/client-go to v12.0.0

🚸 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