-
Notifications
You must be signed in to change notification settings - Fork 3
chore: Configure Renovate #23
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
Conversation
|
@tsengguanyung By referring the nidaqmx, we may need to move this file to .github folder and add few "extends". I will check the extends from here, probably changes is needed on this PR. |
In summary, this commit will enable automation action below: - Scan repo package files - Check outdated dependencies - Create Pull Request(PR) to update dependencies - Auto merge the PR after test is passed (depends on "extends" option) The modification made by referring [daqmx](ni/nidaqmx-python@84df6ab) 1. Moves renovate.json to .github folder (Source0[https://github.com/renovatebot/renovate/blob/main/docs/usage/getting-started/installing-onboarding.md?utm_source=chatgpt.com#configuration-location] 2. Add "branchPrefix" - this uses to add prefix on all branches created by chore (For more readable branch name from PR) 3. Adding automation option in "extends" to merge update from chore (see reference)[https://docs.renovatebot.com/presets-default/] Signed-off-by: Wai Kin Chung <wai.kin.chung@ni.com>
File is modified and moved to .github/renovate.json Signed-off-by: Wai Kin Chung <wai.kin.chung@ni.com>
|
In summary, this Pull Request (PR) will enable automation action below:
The modification made by referring daqmx
FYI, |
Is there anything else need to be done for this PR? |
|
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).github/workflows/report_test_results.yml(github-actions).github/workflows/run_acceptance_tests.yml(github-actions).github/workflows/run_unit_tests.yml(github-actions).github/workflows/sync_github_issues_to_azdo.yml(github-actions)pyproject.toml(pep621)pyproject.toml(poetry)Configuration Summary
Based on the default config's presets, Renovate will:
fixfor dependencies andchorefor all others if semantic commits are in use.node_modules,bower_components,vendorand various test/tests (except for nuget) directories.patchupgrades if they pass tests.🔡 Do you want to change how Renovate upgrades your dependencies? Add your custom config to
renovate.jsonin this branch. Renovate will update the Pull Request description the next time it runs.What to Expect
With your current configuration, Renovate will create 7 Pull Requests:
chore(deps): update dependency mako to v1.3.10
users/renovate/mako-1.3.x-lockfilemain1.3.10chore(deps): update dependency black to v24.10.0
users/renovate/black-24.x-lockfilemain24.10.0chore(deps): update dependency pytest to v8.3.5
users/renovate/pytest-8.x-lockfilemain8.3.5chore(deps): update dependency python to 3.13
users/renovate/python-3.xmain3.13chore(deps): update dependency black to v25
users/renovate/black-25.x-lockfilemain25.1.0chore(deps): update dependency pytest-cov to v6
users/renovate/pytest-cov-6.x-lockfilemain6.1.1chore(deps): lock file maintenance
users/renovate/lock-file-maintenancemain🚸 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
prhourlylimitfor 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 was generated by Mend Renovate. View the repository job log.