nbpresent icon indicating copy to clipboard operation
nbpresent copied to clipboard

Configure Renovate

Open anaconda-renovate-bot opened this issue 3 years 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
  • 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 the Anaconda Best Practice configuration from anaconda/renovate-config
  • Create a Dependency Dashboard as Issue, listing all upgrades
  • Open new PRs automatically every Monday 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: before 6am on Monday

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

chore(deps): pin dependencies
chore(deps): update dependency phantomjs-polyfill to v0.0.2
  • Schedule: ["before 6am on Monday"]
  • Branch name: renovate/phantomjs-polyfill-0.x
  • Merge into: master
  • Upgrade phantomjs-polyfill to 0.0.2
chore(deps): update dependency esdoc to v0.5.2
  • Schedule: ["before 6am on Monday"]
  • Branch name: renovate/esdoc-0.x
  • Merge into: master
  • Upgrade esdoc to 0.5.2
chore(deps): update dependency less to v2.7.3
  • Schedule: ["before 6am on Monday"]
  • Branch name: renovate/less-2.x
  • Merge into: master
  • Upgrade less to 2.7.3
chore(deps): update dependency watch to v0.19.2
  • Schedule: ["before 6am on Monday"]
  • Branch name: renovate/watch-0.x
  • Merge into: master
  • Upgrade watch to 0.19.2
chore(deps): update babel monorepo to v10 (major)
  • Schedule: ["before 6am on Monday"]
  • Branch name: renovate/major-babel-monorepo
  • Merge into: master
  • Upgrade babel-eslint to 10.1.0
  • Upgrade babelify to 10.0.0
chore(deps): update dependency browserify to v17
  • Schedule: ["before 6am on Monday"]
  • Branch name: renovate/browserify-17.x
  • Merge into: master
  • Upgrade browserify to 17.0.0
chore(deps): update dependency d3 to v7
  • Schedule: ["before 6am on Monday"]
  • Branch name: renovate/d3-7.x
  • Merge into: master
  • Upgrade d3 to ~7.6.0
chore(deps): update dependency esdoc to v1
  • Schedule: ["before 6am on Monday"]
  • Branch name: renovate/esdoc-1.x
  • Merge into: master
  • Upgrade esdoc to 1.1.0
chore(deps): update dependency eslint to v8
  • Schedule: ["before 6am on Monday"]
  • Branch name: renovate/eslint-8.x
  • Merge into: master
  • Upgrade eslint to 8.25.0
chore(deps): update dependency html2canvas to v1
  • Schedule: ["before 6am on Monday"]
  • Branch name: renovate/html2canvas-1.x
  • Merge into: master
  • Upgrade html2canvas to ^1.0.0
chore(deps): update dependency jquery to v3
  • Schedule: ["before 6am on Monday"]
  • Branch name: renovate/jquery-3.x
  • Merge into: master
  • Upgrade jquery to 3.6.1
chore(deps): update dependency less to v4
  • Schedule: ["before 6am on Monday"]
  • Branch name: renovate/less-4.x
  • Merge into: master
  • Upgrade less to 4.1.3
chore(deps): update dependency less-plugin-autoprefix to v2
  • Schedule: ["before 6am on Monday"]
  • Branch name: renovate/less-plugin-autoprefix-2.x
  • Merge into: master
  • Upgrade less-plugin-autoprefix to 2.0.0
chore(deps): update dependency lodash to v4
  • Schedule: ["before 6am on Monday"]
  • Branch name: renovate/major-lodash-monorepo
  • Merge into: master
  • Upgrade lodash to 4.17.21
chore(deps): update dependency uglifyify to v5
  • Schedule: ["before 6am on Monday"]
  • Branch name: renovate/uglifyify-5.x
  • Merge into: master
  • Upgrade uglifyify to 5.0.2
chore(deps): update dependency uuid to v9
  • Schedule: ["before 6am on Monday"]
  • Branch name: renovate/uuid-9.x
  • Merge into: master
  • Upgrade uuid to ^9.0.0
chore(deps): update dependency watch to v1
  • Schedule: ["before 6am on Monday"]
  • Branch name: renovate/watch-1.x
  • Merge into: master
  • Upgrade watch to 1.0.2

❓ 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 Jan 26 '22 14:01 anaconda-renovate-bot