Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Configure Renovate#62

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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Open
renovate wants to merge1 commit intomaster
base:master
Choose a base branch
Loading
fromrenovate/configure
Open

Configure Renovate#62

renovate wants to merge1 commit intomasterfromrenovate/configure

Conversation

renovate[bot]
Copy link

@renovaterenovatebot commentedJun 27, 2022
edited
Loading

Mend Renovate

Welcome toRenovate! 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
  • Show all Merge Confidence badges for pull requests.
  • Enable Renovate Dependency Dashboard creation.
  • Use semantic commit typefix for dependencies andchore for all others if semantic commits are in use.
  • Ignorenode_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.

🔡 Do you want to change how Renovate upgrades your dependencies? Add your custom config torenovate.json in this branch. Renovate will update the Pull Request description the next time it runs.


What to Expect

With your current configuration, Renovate will create 21 Pull Requests:

chore(deps): update dependency eslint-config-airbnb-base to v14.2.1
  • Schedule: ["at any time"]
  • Branch name:renovate/eslint-config-airbnb-base-14.x
  • Merge into:master
  • Upgradeeslint-config-airbnb-base to14.2.1
chore(deps): update dependency gacp to v2.10.2
  • Schedule: ["at any time"]
  • Branch name:renovate/gacp-2.x
  • Merge into:master
  • Upgradegacp to2.10.2
chore(deps): update dependency husky to v4.3.8
  • Schedule: ["at any time"]
  • Branch name:renovate/husky-4.x
  • Merge into:master
  • Upgradehusky to4.3.8
chore(deps): update dependency eslint to v7.32.0
  • Schedule: ["at any time"]
  • Branch name:renovate/eslint-7.x
  • Merge into:master
  • Upgradeeslint to7.32.0
chore(deps): update dependency eslint-config-prettier to v6.15.0
  • Schedule: ["at any time"]
  • Branch name:renovate/eslint-config-prettier-6.x
  • Merge into:master
  • Upgradeeslint-config-prettier to6.15.0
chore(deps): update dependency eslint-plugin-import to v2.29.1
  • Schedule: ["at any time"]
  • Branch name:renovate/eslint-plugin-import-2.x
  • Merge into:master
  • Upgradeeslint-plugin-import to2.29.1
chore(deps): update dependency eslint-plugin-prettier to v3.4.1
  • Schedule: ["at any time"]
  • Branch name:renovate/eslint-plugin-prettier-3.x
  • Merge into:master
  • Upgradeeslint-plugin-prettier to3.4.1
chore(deps): update dependency lint-staged to v10.5.4
  • Schedule: ["at any time"]
  • Branch name:renovate/lint-staged-10.x
  • Merge into:master
  • Upgradelint-staged to10.5.4
chore(deps): update dependency prettier to v2.8.8
  • Schedule: ["at any time"]
  • Branch name:renovate/prettier-2.x
  • Merge into:master
  • Upgradeprettier to2.8.8
chore(deps): update dependency sort-package-json to v1.57.0
  • Schedule: ["at any time"]
  • Branch name:renovate/sort-package-json-1.x
  • Merge into:master
  • Upgradesort-package-json to1.57.0
chore(deps): update commitlint monorepo to v18 (major)
chore(deps): update dependency eslint to v8
  • Schedule: ["at any time"]
  • Branch name:renovate/eslint-8.x
  • Merge into:master
  • Upgradeeslint to8.56.0
chore(deps): update dependency eslint-config-airbnb-base to v15
  • Schedule: ["at any time"]
  • Branch name:renovate/eslint-config-airbnb-base-15.x
  • Merge into:master
  • Upgradeeslint-config-airbnb-base to15.0.0
chore(deps): update dependency eslint-config-prettier to v9
  • Schedule: ["at any time"]
  • Branch name:renovate/eslint-config-prettier-9.x
  • Merge into:master
  • Upgradeeslint-config-prettier to9.1.0
chore(deps): update dependency eslint-plugin-prettier to v5
  • Schedule: ["at any time"]
  • Branch name:renovate/eslint-plugin-prettier-5.x
  • Merge into:master
  • Upgradeeslint-plugin-prettier to5.0.1
chore(deps): update dependency gacp to v3
  • Schedule: ["at any time"]
  • Branch name:renovate/gacp-3.x
  • Merge into:master
  • Upgradegacp to3.0.3
chore(deps): update dependency husky to v8
  • Schedule: ["at any time"]
  • Branch name:renovate/husky-8.x
  • Merge into:master
  • Upgradehusky to8.0.3
chore(deps): update dependency lerna to v8
  • Schedule: ["at any time"]
  • Branch name:renovate/major-lerna-monorepo
  • Merge into:master
  • Upgradelerna to8.0.1
chore(deps): update dependency lint-staged to v15
  • Schedule: ["at any time"]
  • Branch name:renovate/lint-staged-15.x
  • Merge into:master
  • Upgradelint-staged to15.2.0
chore(deps): update dependency prettier to v3
  • Schedule: ["at any time"]
  • Branch name:renovate/prettier-3.x
  • Merge into:master
  • Upgradeprettier to3.1.1
chore(deps): update dependency sort-package-json to v2
  • Schedule: ["at any time"]
  • Branch name:renovate/sort-package-json-2.x
  • Merge into:master
  • Upgradesort-package-json to2.6.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 forprhourlylimit for details.


❓ Got questions? Check out Renovate'sDocs, particularly the Getting Started section.
If you need any further assistance then you can alsorequest help here.


This PR has been generated byMend Renovate. View repository job loghere.

Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment
Reviewers
No reviews
Assignees
No one assigned
Labels
None yet
Projects
None yet
Milestone
No milestone
Development

Successfully merging this pull request may close these issues.

0 participants

[8]ページ先頭

©2009-2025 Movatter.jp