Skip to content

Configure Renovate

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

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

  • .github/workflows/codeshipper.yml (github-actions)
  • .github/workflows/deploy.yml (github-actions)
  • package.json (npm)

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 10 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 web3j 5.0.0 release
  • 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
  • Do not upgrade from Alpine stable to edge

🔡 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:

Pin dependencies
Update appleboy/ssh-action action to v0.1.4
  • Schedule: ["at any time"]
  • Branch name: renovate/appleboy-ssh-action-0.x
  • Merge into: main
  • Upgrade appleboy/ssh-action to v0.1.4
Update dependency minimist to v1.2.6
  • Schedule: ["at any time"]
  • Branch name: renovate/minimist-1.x
  • Merge into: main
  • Upgrade minimist to 1.2.6
Update dependency postcss-nested to v5.0.6
  • Schedule: ["at any time"]
  • Branch name: renovate/postcss-nested-5.x
  • Merge into: main
  • Upgrade postcss-nested to 5.0.6
Update dependency autoprefixer to v10.4.4
  • Schedule: ["at any time"]
  • Branch name: renovate/autoprefixer-10.x
  • Merge into: main
  • Upgrade autoprefixer to 10.4.4
Update dependency eslint to v7.32.0
  • Schedule: ["at any time"]
  • Branch name: renovate/eslint-7.x
  • Merge into: main
  • Upgrade eslint to 7.32.0
Update dependency postcss to v8.4.12
  • Schedule: ["at any time"]
  • Branch name: renovate/postcss-8.x
  • Merge into: main
  • Upgrade postcss to 8.4.12
Update dependency postcss-calc to v8.2.4
  • Schedule: ["at any time"]
  • Branch name: renovate/postcss-calc-8.x
  • Merge into: main
  • Upgrade postcss-calc to 8.2.4
Update dependency postcss-discard-duplicates to v5.1.0
  • Schedule: ["at any time"]
  • Branch name: renovate/postcss-discard-duplicates-5.x
  • Merge into: main
  • Upgrade postcss-discard-duplicates to 5.1.0
Update dependency rtlcss to v3.5.0
  • Schedule: ["at any time"]
  • Branch name: renovate/rtlcss-3.x
  • Merge into: main
  • Upgrade rtlcss to 3.5.0
Update dependency sass to v1.49.9
  • Schedule: ["at any time"]
  • Branch name: renovate/sass-1.x
  • Merge into: main
  • Upgrade sass to 1.49.9
Update dependency stylelint-config-recommended-scss to v4.3.0
Update wordpress monorepo
Update EndBug/add-and-commit action to v9
  • Schedule: ["at any time"]
  • Branch name: renovate/endbug-add-and-commit-9.x
  • Merge into: main
  • Upgrade EndBug/add-and-commit to v9
Update actions/checkout action to v3
  • Schedule: ["at any time"]
  • Branch name: renovate/actions-checkout-3.x
  • Merge into: main
  • Upgrade actions/checkout to v3
Update actions/setup-node action to v3
  • Schedule: ["at any time"]
  • Branch name: renovate/actions-setup-node-3.x
  • Merge into: main
  • Upgrade actions/setup-node to v3
Update dependency chokidar-cli to v3
  • Schedule: ["at any time"]
  • Branch name: renovate/chokidar-cli-3.x
  • Merge into: main
  • Upgrade chokidar-cli to 3.0.0
Update dependency eslint to v8
  • Schedule: ["at any time"]
  • Branch name: renovate/eslint-8.x
  • Merge into: main
  • Upgrade eslint to 8.12.0
Update dependency postcss-cli to v9
  • Schedule: ["at any time"]
  • Branch name: renovate/postcss-cli-9.x
  • Merge into: main
  • Upgrade postcss-cli to 9.1.0
Update dependency postcss-focus-within to v5
  • Schedule: ["at any time"]
  • Branch name: renovate/postcss-focus-within-5.x
  • Merge into: main
  • Upgrade postcss-focus-within to 5.0.4
Update dependency stylelint to v14
  • Schedule: ["at any time"]
  • Branch name: renovate/stylelint-14.x
  • Merge into: main
  • Upgrade stylelint to 14.6.1
Update dependency stylelint-config-recommended-scss to v6
Update wordpress monorepo (major)

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

Edited by Stackspin-renovate Bot

Merge request reports