Skip to content

Configure Renovate#27

Merged
tomsturge merged 1 commit intomasterfrom
renovate/configure
Sep 30, 2022
Merged

Configure Renovate#27
tomsturge merged 1 commit intomasterfrom
renovate/configure

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate bot commented Sep 30, 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/build.yml (github-actions)
  • package.json (npm)

Configuration Summary

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

  • Start dependency updates only once this onboarding PR is merged
  • Enable Renovate Dependency Dashboard creation.
  • If Renovate detects semantic commits, it will 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 PR creation to a maximum of two per hour.
  • Limit to maximum 10 open PRs at any time.
  • Group known monorepo packages together.
  • Use curated list of recommended non-monorepo package groupings.
  • A collection of 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 24 Pull Requests:

chore(deps): update dependency ajv to 6.12.3 [security]
  • Branch name: renovate/npm-ajv-vulnerability
  • Merge into: master
  • Upgrade ajv to 6.12.3
chore(deps): update dependency dot-prop to 4.2.1 [security]
  • Branch name: renovate/npm-dot-prop-vulnerability
  • Merge into: master
  • Upgrade dot-prop to 4.2.1
chore(deps): update dependency hosted-git-info to 2.8.9 [security]
  • Branch name: renovate/npm-hosted-git-info-vulnerability
  • Merge into: master
  • Upgrade hosted-git-info to 2.8.9
chore(deps): update dependency jsdom to 16.5.0 [security]
  • Branch name: renovate/npm-jsdom-vulnerability
  • Merge into: master
  • Upgrade jsdom to 16.5.0
chore(deps): update dependency minimist to 1.2.6 [security]
  • Branch name: renovate/npm-minimist-vulnerability
  • Merge into: master
  • Upgrade minimist to 1.2.6
chore(deps): update dependency shell-quote to 1.7.3 [security]
  • Branch name: renovate/npm-shell-quote-vulnerability
  • Merge into: master
  • Upgrade shell-quote to 1.7.3
chore(deps): update dependency trim-newlines to 3.0.1 [security]
  • Branch name: renovate/npm-trim-newlines-vulnerability
  • Merge into: master
  • Upgrade trim-newlines to 3.0.1
chore(deps): update dependency y18n to 4.0.1 [security]
  • Branch name: renovate/npm-y18n-vulnerability
  • Merge into: master
  • Upgrade y18n to 4.0.1
chore(deps): pin dependencies
chore(deps): update dependency typescript to v3.9.10
  • Schedule: ["at any time"]
  • Branch name: renovate/typescript-3.x
  • Merge into: master
  • Upgrade typescript to 3.9.10
chore(deps): update jest monorepo
  • Schedule: ["at any time"]
  • Branch name: renovate/jest-monorepo
  • Merge into: master
  • Upgrade @types/jest to 26.0.24
  • Upgrade jest to 26.6.3
chore(deps): update dependency @​types/node to v14.18.31
  • Schedule: ["at any time"]
  • Branch name: renovate/node-14.x
  • Merge into: master
  • Upgrade @types/node to 14.18.31
chore(deps): update dependency snyk to v1.1017.0
  • Schedule: ["at any time"]
  • Branch name: renovate/snyk-1.x
  • Merge into: master
  • Upgrade snyk to 1.1017.0
chore(deps): update dependency ts-jest to v26.5.6
  • Schedule: ["at any time"]
  • Branch name: renovate/ts-jest-26.x
  • Merge into: master
  • Upgrade ts-jest to 26.5.6
chore(deps): update paambaati/codeclimate-action action to v2.7.5
  • Schedule: ["at any time"]
  • Branch name: renovate/paambaati-codeclimate-action-2.x
  • Merge into: master
  • Upgrade paambaati/codeclimate-action to v2.7.5
chore(deps): update typescript-eslint monorepo to v3.10.1
chore(deps): update dependency @​types/node to v16
  • Schedule: ["at any time"]
  • Branch name: renovate/node-16.x
  • Merge into: master
  • Upgrade @types/node to 16.11.62
chore(deps): update dependency eslint to v8
  • Schedule: ["at any time"]
  • Branch name: renovate/eslint-8.x
  • Merge into: master
  • Upgrade eslint to 8.24.0
chore(deps): update dependency nock to v13
  • Schedule: ["at any time"]
  • Branch name: renovate/nock-13.x
  • Merge into: master
  • Upgrade nock to 13.2.9
chore(deps): update dependency standard-version to v9
  • Schedule: ["at any time"]
  • Branch name: renovate/standard-version-9.x
  • Merge into: master
  • Upgrade standard-version to 9.5.0
chore(deps): update dependency typescript to v4
  • Schedule: ["at any time"]
  • Branch name: renovate/typescript-4.x
  • Merge into: master
  • Upgrade typescript to 4.8.4
chore(deps): update jest monorepo to v29 (major)
  • Schedule: ["at any time"]
  • Branch name: renovate/major-jest-monorepo
  • Merge into: master
  • Upgrade @types/jest to 29.1.1
  • Upgrade jest to 29.1.1
  • Upgrade ts-jest to 29.0.3
chore(deps): update paambaati/codeclimate-action action to v3
  • Schedule: ["at any time"]
  • Branch name: renovate/paambaati-codeclimate-action-3.x
  • Merge into: master
  • Upgrade paambaati/codeclimate-action to v3.0.0
chore(deps): update typescript-eslint monorepo to v5 (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 PR has been generated by Mend Renovate. View repository job log here.

@qlty-cloud-legacy
Copy link
Copy Markdown

Code Climate has analyzed commit 2d6d038 and detected 0 issues on this pull request.

The test coverage on the diff in this pull request is 100.0% (100% is the threshold).

This pull request will bring the total coverage in the repository to 100.0%.

View more on Code Climate.

@tomsturge tomsturge merged commit c5ca7a7 into master Sep 30, 2022
@tomsturge tomsturge deleted the renovate/configure branch September 30, 2022 05:19
@renovate
Copy link
Copy Markdown
Contributor Author

renovate bot commented Feb 27, 2023

Renovate is disabled

Renovate is disabled because there is no Renovate configuration file. To enable Renovate, you can either (a) change this PR's title to get a new onboarding PR, and merge the new onboarding PR, or (b) create a Renovate config file, and commit that file to your base branch.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant