Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Configure Renovate #784

Merged
merged 1 commit into from
May 10, 2023
Merged

Configure Renovate #784

merged 1 commit into from
May 10, 2023

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented May 9, 2023

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/on-pull-request.yml (github-actions)
  • .github/workflows/on-push-master.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.
  • 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 21 Pull Requests:

chore(deps): update dependency got to 11.8.5 [security]
  • Branch name: renovate/npm-got-vulnerability
  • Merge into: master
  • Upgrade got to 11.8.5
chore(deps): update dependency http-cache-semantics to 4.1.1 [security]
  • Branch name: renovate/npm-http-cache-semantics-vulnerability
  • Merge into: master
  • Upgrade http-cache-semantics to 4.1.1
chore(deps): update dependency json5 to 2.2.2 [security]
  • Branch name: renovate/npm-json5-vulnerability
  • Merge into: master
  • Upgrade json5 to 2.2.2
chore(deps): update dependency webpack to 5.76.0 [security]
  • Branch name: renovate/npm-webpack-vulnerability
  • Merge into: master
  • Upgrade webpack to 5.76.0
chore(deps): update babel monorepo
chore(deps): update dependency @​types/node to v18.16.6
  • Schedule: ["at any time"]
  • Branch name: renovate/node-18.x-lockfile
  • Merge into: master
  • Upgrade @types/node to 18.16.6
chore(deps): update dependency babel-loader to v8.3.0
  • Schedule: ["at any time"]
  • Branch name: renovate/babel-loader-8.x-lockfile
  • Merge into: master
  • Upgrade babel-loader to 8.3.0
chore(deps): update dependency eslint to v8.40.0
  • Schedule: ["at any time"]
  • Branch name: renovate/eslint-8.x-lockfile
  • Merge into: master
  • Upgrade eslint to 8.40.0
chore(deps): update dependency np to v7.7.0
  • Schedule: ["at any time"]
  • Branch name: renovate/np-7.x-lockfile
  • Merge into: master
  • Upgrade np to 7.7.0
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
chore(deps): update dependency webpack to v5.82.0
  • Schedule: ["at any time"]
  • Branch name: renovate/webpack-5.x-lockfile
  • Merge into: master
  • Upgrade webpack to 5.82.0
chore(deps): update jest monorepo
  • Schedule: ["at any time"]
  • Branch name: renovate/jest-monorepo
  • Merge into: master
  • Upgrade @types/jest to 29.5.1
  • Upgrade babel-jest to 29.5.0
  • Upgrade jest to 29.5.0
chore(deps): update typescript-eslint monorepo to v5.59.5
fix(deps): update dependency core-js to v3.30.2
  • Schedule: ["at any time"]
  • Branch name: renovate/core-js-3.x-lockfile
  • Merge into: master
  • Upgrade core-js to 3.30.2
fix(deps): update dependency fast-xml-parser to v4.2.2
  • Schedule: ["at any time"]
  • Branch name: renovate/fast-xml-parser-4.x-lockfile
  • Merge into: master
  • Upgrade fast-xml-parser to 4.2.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 dependency babel-loader to v9
  • Schedule: ["at any time"]
  • Branch name: renovate/babel-loader-9.x
  • Merge into: master
  • Upgrade babel-loader to ^9.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
chore(deps): update dependency webpack-cli to v5
  • Schedule: ["at any time"]
  • Branch name: renovate/webpack-cli-5.x
  • Merge into: master
  • Upgrade webpack-cli to ^5.0.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.

@hwbllmnn hwbllmnn merged commit d008677 into master May 10, 2023
@hwbllmnn hwbllmnn deleted the renovate/configure branch May 10, 2023 09:23
@hwbllmnn hwbllmnn restored the renovate/configure branch May 10, 2023 09:23
@hwbllmnn hwbllmnn deleted the renovate/configure branch May 10, 2023 09:23
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