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 #23

Merged
merged 1 commit into from
May 31, 2023
Merged

Configure Renovate #23

merged 1 commit into from
May 31, 2023

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented May 31, 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_merge.yml (github-actions)
  • .github/workflows/on_pull_request.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 webpack to v5.76.0 [security]
  • Branch name: renovate/npm-webpack-vulnerability
  • Merge into: develop
  • Upgrade webpack to 5.76.0
chore(deps): update dependency @​types/chrome to v0.0.237
  • Schedule: ["at any time"]
  • Branch name: renovate/chrome-0.x
  • Merge into: develop
  • Upgrade @types/chrome to 0.0.237
chore(deps): update dependency prettier to v2.8.8
  • Schedule: ["at any time"]
  • Branch name: renovate/prettier-2.x-lockfile
  • Merge into: develop
  • Upgrade prettier to 2.8.8
chore(deps): update dependency ts-loader to v9.4.3
  • Schedule: ["at any time"]
  • Branch name: renovate/ts-loader-9.x-lockfile
  • Merge into: develop
  • Upgrade ts-loader to 9.4.3
chore(deps): update dependency typescript to v4.9.5
  • Schedule: ["at any time"]
  • Branch name: renovate/typescript-4.x-lockfile
  • Merge into: develop
  • Upgrade typescript to 4.9.5
chore(deps): update dependency glob to v8.1.0
  • Schedule: ["at any time"]
  • Branch name: renovate/glob-8.x-lockfile
  • Merge into: develop
  • Upgrade glob to 8.1.0
chore(deps): update dependency terser to v5.17.6
  • Schedule: ["at any time"]
  • Branch name: renovate/terser-5.x-lockfile
  • Merge into: develop
  • Upgrade terser to 5.17.6
chore(deps): update dependency ts-jest to v29.1.0
  • Schedule: ["at any time"]
  • Branch name: renovate/ts-jest-29.x-lockfile
  • Merge into: develop
  • Upgrade ts-jest to 29.1.0
chore(deps): update dependency webpack-cli to v5.1.1
  • Schedule: ["at any time"]
  • Branch name: renovate/webpack-cli-5.x-lockfile
  • Merge into: develop
  • Upgrade webpack-cli to 5.1.1
chore(deps): update dependency webpack-merge to v5.9.0
  • Schedule: ["at any time"]
  • Branch name: renovate/webpack-merge-5.x-lockfile
  • Merge into: develop
  • Upgrade webpack-merge to 5.9.0
chore(deps): update jest monorepo
  • Schedule: ["at any time"]
  • Branch name: renovate/jest-monorepo
  • Merge into: develop
  • Upgrade @types/jest to 29.5.1
  • Upgrade jest to 29.5.0
chore(deps): update react monorepo
  • Schedule: ["at any time"]
  • Branch name: renovate/react-monorepo
  • Merge into: develop
  • Upgrade @types/react to 18.2.7
  • Upgrade @types/react-dom to 18.2.4
fix(deps): update dependency @chakra-ui/react to v2.6.1
  • Schedule: ["at any time"]
  • Branch name: renovate/chakra-ui-monorepo
  • Merge into: develop
  • Upgrade @chakra-ui/react to 2.6.1
fix(deps): update dependency axios to v1.4.0
  • Schedule: ["at any time"]
  • Branch name: renovate/axios-1.x-lockfile
  • Merge into: develop
  • Upgrade axios to 1.4.0
fix(deps): update dependency framer-motion to v8.5.5
  • Schedule: ["at any time"]
  • Branch name: renovate/framer-motion-8.x-lockfile
  • Merge into: develop
  • Upgrade framer-motion to 8.5.5
fix(deps): update dependency react-hook-form to v7.44.2
  • Schedule: ["at any time"]
  • Branch name: renovate/react-hook-form-7.x-lockfile
  • Merge into: develop
  • Upgrade react-hook-form to 7.44.2
fix(deps): update emotion monorepo to v11.11.0
  • Schedule: ["at any time"]
  • Branch name: renovate/emotion-monorepo
  • Merge into: develop
  • Upgrade @emotion/react to 11.11.0
  • Upgrade @emotion/styled to 11.11.0
chore(deps): update dependency glob to v10
  • Schedule: ["at any time"]
  • Branch name: renovate/glob-10.x
  • Merge into: develop
  • Upgrade glob to ^10.0.0
chore(deps): update dependency rimraf to v5
  • Schedule: ["at any time"]
  • Branch name: renovate/rimraf-5.x
  • Merge into: develop
  • 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: develop
  • Upgrade typescript to ^5.0.0
fix(deps): update dependency framer-motion to v10
  • Schedule: ["at any time"]
  • Branch name: renovate/framer-motion-10.x
  • Merge into: develop
  • Upgrade framer-motion to ^10.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.

@tokku5552 tokku5552 merged commit f241cf8 into develop May 31, 2023
@tokku5552 tokku5552 deleted the renovate/configure branch May 31, 2023 00:08
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