Skip to content

Commit cce1583

Browse files
chore: Configure Renovate (#23)
Welcome to [Renovate](https://redirect.github.com/renovatebot/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: - Start dependency updates only once this onboarding PR is merged - Hopefully safe environment variables to allow users to configure. - Show all Merge Confidence badges for pull requests. - 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 (except for nuget) 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. - Run lock file maintenance (updates) early Monday mornings. - Automerge `patch` upgrades if they pass tests. - Schedule automerge daily before 4 AM. 🔡 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 7 Pull Requests: <details> <summary>chore(deps): update dependency mako to v1.3.10</summary> - Schedule: ["at any time"] - Branch name: `users/renovate/mako-1.3.x-lockfile` - Merge into: `main` - Upgrade [mako](https://redirect.github.com/sqlalchemy/mako) to `1.3.10` </details> <details> <summary>chore(deps): update dependency black to v24.10.0</summary> - Schedule: ["at any time"] - Branch name: `users/renovate/black-24.x-lockfile` - Merge into: `main` - Upgrade [black](https://redirect.github.com/psf/black) to `24.10.0` </details> <details> <summary>chore(deps): update dependency pytest to v8.3.5</summary> - Schedule: ["at any time"] - Branch name: `users/renovate/pytest-8.x-lockfile` - Merge into: `main` - Upgrade [pytest](https://redirect.github.com/pytest-dev/pytest) to `8.3.5` </details> <details> <summary>chore(deps): update dependency python to 3.13</summary> - Schedule: ["at any time"] - Branch name: `users/renovate/python-3.x` - Merge into: `main` - Upgrade [python](https://redirect.github.com/actions/python-versions) to `3.13` </details> <details> <summary>chore(deps): update dependency black to v25</summary> - Schedule: ["at any time"] - Branch name: `users/renovate/black-25.x-lockfile` - Merge into: `main` - Upgrade [black](https://redirect.github.com/psf/black) to `25.1.0` </details> <details> <summary>chore(deps): update dependency pytest-cov to v6</summary> - Schedule: ["at any time"] - Branch name: `users/renovate/pytest-cov-6.x-lockfile` - Merge into: `main` - Upgrade [pytest-cov](https://redirect.github.com/pytest-dev/pytest-cov) to `6.1.1` </details> <details> <summary>chore(deps): lock file maintenance</summary> - Schedule: ["* 0-3 * * 1"] - Branch name: `users/renovate/lock-file-maintenance` - Merge into: `main` - Regenerate lock files to use latest dependency versions </details> 🚸 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](https://docs.renovatebot.com/), particularly the Getting Started section. If you need any further assistance then you can also [request help here](https://redirect.github.com/renovatebot/renovate/discussions). --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/ni/nisync-python). <!--renovate-config-hash:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855--> --------- Signed-off-by: Wai Kin Chung <[email protected]> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Wai Kin Chung <[email protected]>
1 parent 3c49ad4 commit cce1583

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.github/renovate.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
{
2+
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
3+
"branchPrefix": "users/renovate/",
4+
"extends": [
5+
"config:recommended",
6+
":maintainLockFilesWeekly",
7+
":automergePatch",
8+
"schedule:automergeDaily"
9+
]
10+
}

0 commit comments

Comments
 (0)