Skip to content
This repository has been archived by the owner on Oct 5, 2023. It is now read-only.

Configure Renovate #389

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Configure Renovate #389

wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Sep 5, 2022

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

  • .github/workflows/node.js.yml (github-actions)
  • .github/workflows/release.yml (github-actions)
  • .github/workflows/test-release.yml (github-actions)
  • .node-version (nodenv)
  • package.json (npm)

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.

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

chore(deps): update dependency semantic-release to v19 [security]
  • Branch name: renovate/npm-semantic-release-vulnerability
  • Merge into: master
  • Upgrade semantic-release to ^19.0.0
chore(deps): update dependency @​tmware/eslint-config-typescript to v1.0.10
  • Schedule: ["at any time"]
  • Branch name: renovate/tmware-eslint-config-typescript-1.x-lockfile
  • Merge into: master
  • Upgrade @tmware/eslint-config-typescript to 1.0.10
chore(deps): update dependency husky to v7.0.4
  • Schedule: ["at any time"]
  • Branch name: renovate/husky-7.x-lockfile
  • Merge into: master
  • Upgrade husky to 7.0.4
chore(deps): update commitlint monorepo to v13.2.1
chore(deps): update dependency @​tmware/eslint-config to v1.2.0
  • Schedule: ["at any time"]
  • Branch name: renovate/tmware-eslint-config-1.x-lockfile
  • Merge into: master
  • Upgrade @tmware/eslint-config to 1.2.0
chore(deps): update dependency @​tmware/semantic-release-npm-github-publish to v1.5.6
chore(deps): update dependency @​types/node to v16.18.40
  • Schedule: ["at any time"]
  • Branch name: renovate/node-16.x-lockfile
  • Merge into: master
  • Upgrade @types/node to 16.18.40
chore(deps): update dependency discord.js to v13.16.0
  • Schedule: ["at any time"]
  • Branch name: renovate/discord.js-13.x-lockfile
  • Merge into: master
  • Upgrade discord.js to 13.16.0
chore(deps): update dependency lint-staged to v11.2.6
  • Schedule: ["at any time"]
  • Branch name: renovate/lint-staged-11.x-lockfile
  • Merge into: master
  • Upgrade lint-staged to 11.2.6
chore(deps): update dependency node to v16.20.2
  • Schedule: ["at any time"]
  • Branch name: renovate/node-16.x
  • Merge into: master
  • Upgrade node to 16.20.2
chore(deps): update dependency typescript to v4.9.5
  • Schedule: ["at any time"]
  • Branch name: renovate/typescript-4.x-lockfile
  • Merge into: master
  • Upgrade typescript to 4.9.5
fix(deps): update dependency axios to v0.27.2
  • Schedule: ["at any time"]
  • Branch name: renovate/axios-0.x
  • Merge into: master
  • Upgrade axios to 0.27.2
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 actions/setup-node action to v3
  • Schedule: ["at any time"]
  • Branch name: renovate/actions-setup-node-3.x
  • Merge into: master
  • Upgrade actions/setup-node to v3
chore(deps): update commitlint monorepo to v17 (major)
chore(deps): update dependency @​types/ws to v8
  • Schedule: ["at any time"]
  • Branch name: renovate/ws-8.x
  • Merge into: master
  • Upgrade @types/ws to ^8.0.0
chore(deps): update dependency discord.js to v14
  • Schedule: ["at any time"]
  • Branch name: renovate/discord.js-14.x
  • Merge into: master
  • Upgrade discord.js to ^14.0.0
chore(deps): update dependency eslint to v8
  • Schedule: ["at any time"]
  • Branch name: renovate/eslint-8.x
  • Merge into: master
  • Upgrade eslint to ^8.0.0
chore(deps): update dependency husky to v8
  • Schedule: ["at any time"]
  • Branch name: renovate/husky-8.x
  • Merge into: master
  • Upgrade husky to ^8.0.0
chore(deps): update dependency lint-staged to v13
  • Schedule: ["at any time"]
  • Branch name: renovate/lint-staged-13.x
  • Merge into: master
  • Upgrade lint-staged to ^13.0.0
chore(deps): update dependency node to v18
  • Schedule: ["at any time"]
  • Branch name: renovate/node-18.x
  • Merge into: master
  • Upgrade node to 18.17.1
  • Upgrade @types/node to ^18.0.0
chore(deps): update dependency rimraf to v5
  • Schedule: ["at any time"]
  • Branch name: renovate/rimraf-5.x
  • Merge into: master
  • Upgrade rimraf to ^5.0.0
chore(deps): update dependency typescript to v5
  • Schedule: ["at any time"]
  • Branch name: renovate/typescript-5.x
  • Merge into: master
  • Upgrade typescript to ^5.0.0
fix(deps): update dependency axios to v1
  • Schedule: ["at any time"]
  • Branch name: renovate/axios-1.x
  • Merge into: master
  • Upgrade axios to 1.4.0

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

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants