-
Notifications
You must be signed in to change notification settings - Fork 1
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 - autoclosed #37
Conversation
PR Description updated to latest commit (20ecfa0) |
PR Analysis
PR Feedback💡 General suggestions: The configuration seems to be following the recommended settings which is a good start. However, depending on the project's needs, you might want to customize the configuration. For instance, you might want to specify schedules for when Renovate should create PRs, or configure specific update strategies for certain dependencies. ✨ Usage guide:Overview:
With a configuration file, use the following template:
See the review usage page for a comprehensive guide on using this tool. |
PR Code Suggestions
✨ Usage guide:Overview:
With a configuration file, use the following template:
See the improve usage page for a more comprehensive guide on using this tool. |
User description
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/_e2e.yml
(github-actions).github/workflows/_fuzz.yml
(github-actions).github/workflows/_unit.yml
(github-actions)package.json
(npm)packages/quill/package.json
(npm)packages/website/package.json
(npm)Configuration Summary
Based on the default config's presets, Renovate will:
fix
for dependencies andchore
for all others if semantic commits are in use.node_modules
,bower_components
,vendor
and various test/tests directories.🔡 Do you want to change how Renovate upgrades your dependencies? Add your custom config to
renovate.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 34 Pull Requests:
Replace dependency npm-run-all with npm-run-all2 ^5.0.0
renovate/npm-run-all-replacement
develop
^5.0.0
Update babel monorepo to v7.23.9
renovate/babel-monorepo
develop
7.23.9
7.23.9
7.23.9
Update dependency eslint-plugin-import to v2.29.1
renovate/eslint-plugin-import-2.x-lockfile
develop
2.29.1
Update dependency parchment to v3.0.0-alpha.2
renovate/parchment-3.x-lockfile
develop
3.0.0-alpha.2
Update dependency prism-react-renderer to v2.3.1
renovate/prism-react-renderer-2.x-lockfile
develop
2.3.1
Update dependency style-loader to v3.3.4
renovate/style-loader-3.x-lockfile
develop
3.3.4
Update dependency terser-webpack-plugin to v5.3.10
renovate/terser-webpack-plugin-5.x-lockfile
develop
5.3.10
Update dependency ts-node to v10.9.2
renovate/ts-node-10.x-lockfile
develop
10.9.2
Update gatsby monorepo
renovate/gatsby-monorepo
develop
4.25.8
4.25.0
4.25.0
4.4.0
5.25.0
6.25.0
4.25.0
Update dependency @playwright/test to v1.41.2
renovate/playwright-monorepo
develop
1.41.2
Update dependency @types/node to v20.11.16
renovate/node-20.x-lockfile
develop
20.11.16
Update dependency classnames to v2.5.1
renovate/classnames-2.x-lockfile
develop
2.5.1
Update dependency css-loader to v6.10.0
renovate/css-loader-6.x-lockfile
develop
6.10.0
Update dependency eslint to v8.56.0
renovate/eslint-8.x-lockfile
develop
8.56.0
Update dependency eslint-config-prettier to v9.1.0
renovate/eslint-config-prettier-9.x-lockfile
develop
9.1.0
Update dependency eslint-plugin-prettier to v5.1.3
renovate/eslint-plugin-prettier-5.x-lockfile
develop
5.1.3
Update dependency gatsby-plugin-react-svg to v3.3.0
renovate/gatsby-plugin-react-svg-3.x
develop
3.3.0
Update dependency html-webpack-plugin to v5.6.0
renovate/html-webpack-plugin-5.x-lockfile
develop
5.6.0
Update dependency mini-css-extract-plugin to v2.8.0
renovate/mini-css-extract-plugin-2.x-lockfile
develop
2.8.0
Update dependency prettier to v3.2.4
renovate/prettier-3.x-lockfile
develop
3.2.4
Update dependency sass to v1.70.0
renovate/sass-1.x-lockfile
develop
1.70.0
Update dependency typescript to v5.3.3
renovate/typescript-5.x
develop
5.3.3
Update dependency webpack to v5.90.1
renovate/webpack-5.x-lockfile
develop
5.90.1
Update typescript-eslint monorepo to v6.20.0
renovate/typescript-eslint-monorepo
develop
6.20.0
6.20.0
Update vitest monorepo to v1.2.2
renovate/vitest-monorepo
develop
1.2.2
1.2.2
Update actions/checkout action to v4
renovate/actions-checkout-4.x
develop
v4
Update actions/setup-node action to v4
renovate/actions-setup-node-4.x
develop
v4
Update dependency eventemitter3 to v5
renovate/eventemitter3-5.x-lockfile
develop
5.0.1
Update dependency highlight.js to v11
renovate/highlight.js-11.x
develop
^11.0.0
Update dependency html-loader to v5
renovate/html-loader-5.x
develop
^5.0.0
Update dependency jsdom to v24
renovate/jsdom-24.x
develop
^24.0.0
Update dependency stylus-loader to v8
renovate/stylus-loader-8.x
develop
^8.0.0
Update gatsby monorepo (major)
renovate/major-gatsby-monorepo
develop
^3.0.0
5.13.3
5.13.1
^5.0.0
5.13.1
6.13.1
7.13.1
5.13.1
Update mdx monorepo to v3 (major)
renovate/major-mdx-monorepo
develop
^3.0.0
^3.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.
Type
Enhancement, Configuration changes
Description
renovate.json
configuration file for the Renovate bot.Changes walkthrough
renovate.json
Addition of Renovate Configuration
renovate.json
renovate.json
configuration file.configuration.
✨ Usage guide:
Overview:
The
describe
tool scans the PR code changes, and generates a description for the PR - title, type, summary, walkthrough and labels. The tool can be triggered automatically every time a new PR is opened, or can be invoked manually by commenting on a PR.When commenting, to edit configurations related to the describe tool (
pr_description
section), use the following template:With a configuration file, use the following template:
Enabling\disabling automation
meaning the
describe
tool will run automatically on every PR, will keep the original title, and will add the original user description above the generated description.the tool will replace every marker of the form
pr_agent:marker_name
in the PR description with the relevant content, wheremarker_name
is one of the following:type
: the PR type.summary
: the PR summary.walkthrough
: the PR walkthrough.Note that when markers are enabled, if the original PR description does not contain any markers, the tool will not alter the description at all.
Custom labels
The default labels of the
describe
tool are quite generic: [Bug fix
,Tests
,Enhancement
,Documentation
,Other
].If you specify custom labels in the repo's labels page or via configuration file, you can get tailored labels for your use cases.
Examples for custom labels:
Main topic:performance
- pr_agent:The main topic of this PR is performanceNew endpoint
- pr_agent:A new endpoint was added in this PRSQL query
- pr_agent:A new SQL query was added in this PRDockerfile changes
- pr_agent:The PR contains changes in the DockerfileThe list above is eclectic, and aims to give an idea of different possibilities. Define custom labels that are relevant for your repo and use cases.
Note that Labels are not mutually exclusive, so you can add multiple label categories.
Make sure to provide proper title, and a detailed and well-phrased description for each label, so the tool will know when to suggest it.
Inline File Walkthrough 💎
For enhanced user experience, the
describe
tool can add file summaries directly to the "Files changed" tab in the PR page.This will enable you to quickly understand the changes in each file, while reviewing the code changes (diffs).
To enable inline file summary, set
pr_description.inline_file_summary
in the configuration file, possible values are:'table'
: File changes walkthrough table will be displayed on the top of the "Files changed" tab, in addition to the "Conversation" tab.true
: A collapsable file comment with changes title and a changes summary for each file in the PR.false
(default): File changes walkthrough will be added only to the "Conversation" tab.Utilizing extra instructions
The
describe
tool can be configured with extra instructions, to guide the model to a feedback tailored to the needs of your project.Be specific, clear, and concise in the instructions. With extra instructions, you are the prompter. Notice that the general structure of the description is fixed, and cannot be changed. Extra instructions can change the content or style of each sub-section of the PR description.
Examples for extra instructions:
Use triple quotes to write multi-line instructions. Use bullet points to make the instructions more readable.
More PR-Agent commands
See the describe usage page for a comprehensive guide on using this tool.