sixnines icon indicating copy to clipboard operation
sixnines copied to clipboard

Configure Renovate

Open renovate[bot] opened this issue 2 years ago • 3 comments

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

  • Gemfile (bundler)
  • .github/workflows/rake.yml (github-actions)
  • dynamodb-local/pom.xml (maven)

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.

🔡 Do you want to change how Renovate upgrades your dependencies? Add your custom config to renovate.json in this branch. Renovate will update the Pull Request description the next time it runs.


What to Expect

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

Update dependency actionview to v7.0.4.3 [SECURITY]
  • Branch name: renovate/rubygems-actionview-vulnerability
  • Merge into: master
  • Upgrade actionview to '7.0.4.3'
Update dependency activesupport to v7.0.7.1 [SECURITY]
  • Branch name: renovate/rubygems-activesupport-vulnerability
  • Merge into: master
  • Upgrade activesupport to '7.0.7.1'
Update dependency nokogiri to v1.16.2 [SECURITY]
  • Branch name: renovate/rubygems-nokogiri-vulnerability
  • Merge into: master
  • Upgrade nokogiri to '1.16.2'
Update dependency rmagick to v5 [SECURITY]
  • Branch name: renovate/rubygems-rmagick-vulnerability
  • Merge into: master
  • Upgrade rmagick to '5.3.0'
Update dependency aws-sdk-dynamodb to v1.105.0
  • Schedule: ["at any time"]
  • Branch name: renovate/aws-sdk-dynamodb-1.x
  • Merge into: master
  • Upgrade aws-sdk-dynamodb to '1.105.0'
Update dependency backtrace to v0.4.0
  • Schedule: ["at any time"]
  • Branch name: renovate/backtrace-0.x
  • Merge into: master
  • Upgrade backtrace to '0.4.0'
Update dependency concurrent-ruby to v1.2.3
  • Schedule: ["at any time"]
  • Branch name: renovate/concurrent-ruby-1.x
  • Merge into: master
  • Upgrade concurrent-ruby to '1.2.3'
Update dependency glogin to v0.14.2
  • Schedule: ["at any time"]
  • Branch name: renovate/glogin-0.x
  • Merge into: master
  • Upgrade glogin to '0.14.2'
Update dependency mail to v2.8.1
  • Schedule: ["at any time"]
  • Branch name: renovate/mail-2.x
  • Merge into: master
  • Upgrade mail to '2.8.1'
Update dependency org.apache.maven.plugins:maven-resources-plugin to v3.3.1
  • Schedule: ["at any time"]
  • Branch name: renovate/org.apache.maven.plugins-maven-resources-plugin-3.x
  • Merge into: master
  • Upgrade org.apache.maven.plugins:maven-resources-plugin to 3.3.1
Update dependency rack-test to v2.1.0
  • Schedule: ["at any time"]
  • Branch name: renovate/rack-test-2.x
  • Merge into: master
  • Upgrade rack-test to '2.1.0'
Update dependency rake to v13.1.0
  • Schedule: ["at any time"]
  • Branch name: renovate/rake-13.x
  • Merge into: master
  • Upgrade rake to '13.1.0'
Update dependency rerun to v0.14.0
  • Schedule: ["at any time"]
  • Branch name: renovate/rerun-0.x
  • Merge into: master
  • Upgrade rerun to '0.14.0'
Update dependency rubocop to v1.62.0
  • Schedule: ["at any time"]
  • Branch name: renovate/rubocop-1.x
  • Merge into: master
  • Upgrade rubocop to '1.62.0'
Update dependency rubocop-rspec to v2.27.1
  • Schedule: ["at any time"]
  • Branch name: renovate/rubocop-rspec-2.x
  • Merge into: master
  • Upgrade rubocop-rspec to '2.27.1'
Update dependency sinatra to v3.2.0
  • Schedule: ["at any time"]
  • Branch name: renovate/sinatra-3.x
  • Merge into: master
  • Upgrade sinatra to '3.2.0'
Update dependency sinatra-contrib to v3.2.0
  • Schedule: ["at any time"]
  • Branch name: renovate/sinatra-contrib-3.x
  • Merge into: master
  • Upgrade sinatra-contrib to '3.2.0'
Update dependency test-unit to v3.6.2
  • Schedule: ["at any time"]
  • Branch name: renovate/test-unit-3.x
  • Merge into: master
  • Upgrade test-unit to '3.6.2'
Update dependency webmock to v3.23.0
  • Schedule: ["at any time"]
  • Branch name: renovate/webmock-3.x
  • Merge into: master
  • Upgrade webmock to '3.23.0'
Update actions/checkout action to v4
  • Schedule: ["at any time"]
  • Branch name: renovate/actions-checkout-4.x
  • Merge into: master
  • Upgrade actions/checkout to v4
Update dependency haml to v6
  • Schedule: ["at any time"]
  • Branch name: renovate/haml-6.x
  • Merge into: master
  • Upgrade haml to '6.3.0'
Update dependency org.codehaus.mojo:build-helper-maven-plugin to v3
Update dependency sinatra to v4
  • Schedule: ["at any time"]
  • Branch name: renovate/sinatra-4.x
  • Merge into: master
  • Upgrade sinatra to '4.0.0'
Update dependency sinatra-contrib to v4
  • Schedule: ["at any time"]
  • Branch name: renovate/sinatra-contrib-4.x
  • Merge into: master
  • Upgrade sinatra-contrib to '4.0.0'
Update dependency stripe to v10
  • Schedule: ["at any time"]
  • Branch name: renovate/stripe-10.x
  • Merge into: master
  • Upgrade stripe to '10.11.0'
Update dependency twitter to v8
  • Schedule: ["at any time"]
  • Branch name: renovate/twitter-8.x
  • Merge into: master
  • Upgrade twitter to '8.0.1'

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

renovate[bot] avatar Sep 22 '22 09:09 renovate[bot]

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Comparison is base (6b3923d) 45.85% compared to head (83e6a16) 45.85%. Report is 7 commits behind head on master.

:exclamation: Current head 83e6a16 differs from pull request most recent head 8eb6757. Consider uploading reports for the commit 8eb6757 to get more accurate results

Additional details and impacted files
@@           Coverage Diff           @@
##           master     #117   +/-   ##
=======================================
  Coverage   45.85%   45.85%           
=======================================
  Files          23       23           
  Lines         482      482           
=======================================
  Hits          221      221           
  Misses        261      261           

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

codecov-commenter avatar Sep 22 '22 10:09 codecov-commenter

@rultor please, try to merge

yegor256 avatar Nov 04 '22 10:11 yegor256

@rultor please, try to merge

@renovate[bot] @yegor256 Can't merge it. Some CI checks were failed. Apparently, the pull request is not ready to be merged since it has some problems. Please, fix them first.

rultor avatar Apr 03 '23 16:04 rultor