nbpresent icon indicating copy to clipboard operation
nbpresent copied to clipboard

Configure Renovate

Open anaconda-renovate[bot] opened this issue 1 year ago • 0 comments

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

  • package.json (npm)

Configuration Summary

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

  • Start dependency updates only once this onboarding PR is merged
  • Pin Docker digests.
  • Group known monorepo packages together.
  • Use curated list of recommended non-monorepo package groupings.
  • Pin github-action digests.
  • Use node versioning for @types/node.
  • Use specific versioning for Red Hat-maintained container images.
  • Update _VERSION variables in Dockerfiles.
  • Update _VERSION environment variables in GitHub Action files.
  • Use the Anaconda Best Practice configuration from anaconda/renovate-config
  • Create a Dependency Dashboard as Issue, listing all upgrades
  • Open new PRs automatically every weekday before 6am UTC. You can manually trigger PRs from the Dependency Dashboard, those will be opened once renovate runs again (once every hour)
  • Label all PRs with renovate
  • Use semantic commit messages for all upgrades
  • Open a maximum of 10 PRs concurrently
  • Automatically set reviewers from CODEOWNERS
  • Upgrade arbitrary dependencies in Dockerfiles when you mark them, see the documentation for details
  • Run Renovate on following schedule: every weekday

🔡 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 19 Pull Requests:

chore(deps): update dependency jquery to v3 [security]
  • Branch name: renovate/npm-jquery-vulnerability
  • Merge into: master
  • Upgrade jquery to ^3.0.0
chore(deps): update dependency lodash to v4 [security]
  • Branch name: renovate/npm-lodash-vulnerability
  • Merge into: master
  • Upgrade lodash to ^4.0.0
chore(deps): update dependency phantomjs-polyfill to v0.0.2
  • Schedule: ["every weekday"]
  • Branch name: renovate/phantomjs-polyfill-0.x
  • Merge into: master
  • Upgrade phantomjs-polyfill to 0.0.2
chore(deps): update dependency esdoc to ^0.5.0
  • Schedule: ["every weekday"]
  • Branch name: renovate/esdoc-0.x
  • Merge into: master
  • Upgrade esdoc to ^0.5.0
chore(deps): update dependency less to ~2.7.0
  • Schedule: ["every weekday"]
  • Branch name: renovate/less-2.x
  • Merge into: master
  • Upgrade less to ~2.7.0
chore(deps): update dependency less-plugin-clean-css to ~1.6.0
  • Schedule: ["every weekday"]
  • Branch name: renovate/less-plugin-clean-css-1.x
  • Merge into: master
  • Upgrade less-plugin-clean-css to ~1.6.0
chore(deps): update dependency watch to ~0.19.0
  • Schedule: ["every weekday"]
  • Branch name: renovate/watch-0.x
  • Merge into: master
  • Upgrade watch to ~0.19.0
chore(deps): update dependency babel-eslint to v10
  • Schedule: ["every weekday"]
  • Branch name: renovate/babel-eslint-10.x
  • Merge into: master
  • Upgrade babel-eslint to ^10.0.0
chore(deps): update dependency babelify to v10
  • Schedule: ["every weekday"]
  • Branch name: renovate/babelify-10.x
  • Merge into: master
  • Upgrade babelify to ^10.0.0
chore(deps): update dependency browserify to v17
  • Schedule: ["every weekday"]
  • Branch name: renovate/browserify-17.x
  • Merge into: master
  • Upgrade browserify to ~17.0.0
chore(deps): update dependency d3 to v7
  • Schedule: ["every weekday"]
  • Branch name: renovate/d3-7.x
  • Merge into: master
  • Upgrade d3 to ~7.9.0
chore(deps): update dependency esdoc to v1
  • Schedule: ["every weekday"]
  • Branch name: renovate/esdoc-1.x
  • Merge into: master
  • Upgrade esdoc to ^1.0.0
chore(deps): update dependency eslint to v9
  • Schedule: ["every weekday"]
  • Branch name: renovate/major-eslint-monorepo
  • Merge into: master
  • Upgrade eslint to ^9.0.0
chore(deps): update dependency html2canvas to v1
  • Schedule: ["every weekday"]
  • Branch name: renovate/html2canvas-1.x
  • Merge into: master
  • Upgrade html2canvas to ^1.0.0
chore(deps): update dependency less to v4
  • Schedule: ["every weekday"]
  • Branch name: renovate/less-4.x
  • Merge into: master
  • Upgrade less to ~4.2.0
chore(deps): update dependency less-plugin-autoprefix to v2
  • Schedule: ["every weekday"]
  • Branch name: renovate/less-plugin-autoprefix-2.x
  • Merge into: master
  • Upgrade less-plugin-autoprefix to ~2.0.0
chore(deps): update dependency uglifyify to v5
  • Schedule: ["every weekday"]
  • Branch name: renovate/uglifyify-5.x
  • Merge into: master
  • Upgrade uglifyify to ~5.0.0
chore(deps): update dependency uuid to v10
  • Schedule: ["every weekday"]
  • Branch name: renovate/uuid-10.x
  • Merge into: master
  • Upgrade uuid to ^10.0.0
chore(deps): update dependency watch to v1
  • Schedule: ["every weekday"]
  • Branch name: renovate/watch-1.x
  • Merge into: master
  • Upgrade watch to ~1.0.0

❓ 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 Renovate Bot.

anaconda-renovate[bot] avatar Jul 31 '23 14:07 anaconda-renovate[bot]