Skip to content

Configure Renovate

Francesco Gionghi 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

  • Gemfile (bundler)
  • .github/workflows/commitlint.yml (github-actions)
  • .github/workflows/kitchen.vagrant.yml (github-actions)
  • .gitlab-ci.yml (gitlabci)
  • .travis.yml (travis)

What to Expect

With your current configuration, Renovate will create 4 Merge Requests:

chore(deps): update dependency kitchen-vagrant to v1.14.1
  • Schedule: ["at any time"]
  • Branch name: renovate/kitchen-vagrant-1.x-lockfile
  • Merge into: master
  • Upgrade kitchen-vagrant to 1.14.1
chore(deps): update actions/cache action to v3
  • Schedule: ["at any time"]
  • Branch name: renovate/actions-cache-3.x
  • Merge into: master
  • Upgrade actions/cache to v3
chore(deps): update actions/checkout action to v3
  • Schedule: ["at any time"]
  • Branch name: renovate/actions-checkout-3.x
  • Merge into: master
  • Upgrade actions/checkout to v3
chore(deps): update wagoid/commitlint-github-action action to v5

🚸 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 MR has been generated by Renovate Bot.

Merge request reports