Skip to content

Commit b0d2dd3

Browse files
Setup renovate (#31)
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 * `Cargo.toml` (cargo) * `Dockerfile` (dockerfile) * `.github/workflows/build.yml` (github-actions) * `.github/workflows/clippy.yml` (github-actions) * `.github/workflows/test.yml` (github-actions) ### 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 (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. - Pin Docker digests. - Pin `github-action` digests. - Disable Renovate Dependency Dashboard creation. - Doctolib sensible defaults - Schedule daily early in the morning - Update base OS in Dockerfiles - Update Helm chart export custom format - Update external groups - Update GitHub Actions according to our policy - Update internal (Doctolib-owned) groups - Remap log levels - Update Maven registry - Enable auto-approve with mergebot - Update runtimes in group - NPM Renovate configuration - Bundler Renovate Configuration - Run Renovate on following schedule: * 8-10 * * * 🔡 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 3 Pull Requests: <details> <summary>chore(deps): pin dependencies</summary> - Schedule: ["* 8-10 * * *"] - Branch name: `renovate/pin-dependencies` - Merge into: `main` - Upgrade [actions/checkout](https://redirect.github.com/actions/checkout) to `f43a0e5ff2bd294095638e18286ca9a3d1956744` - Upgrade [actions/checkout](https://redirect.github.com/actions/checkout) to `50fbc622fc4ef5163becd7fab6573eac35f8462e` - Upgrade rust to `sha256:300ec56abce8cc9448ddea2172747d048ed902a3090e6b57babb2bf19f754081` </details> <details> <summary>chore(deps): update actions/checkout action to v4</summary> - Schedule: ["* * * * 0,6"] - Branch name: `renovate/actions-checkout-4.x` - Merge into: `main` - Upgrade [actions/checkout](https://redirect.github.com/actions/checkout) to `11bd71901bbe5b1630ceea73d27597364c9af683` </details> <details> <summary>chore(deps): lock file maintenance</summary> - Schedule: ["before 4am on monday"] - Branch name: `renovate/lock-file-maintenance` - Merge into: `main` - Regenerate lock files to use latest dependency versions </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 created by Renovate. <details> <summary>Details</summary> Check the [default configuration](https://redirect.github.com/doctolib/renovate-config) and [documentation](https://doctolib.atlassian.net/wiki/spaces/EE/pages/1882882081/Renovate+Dependencies+Management). See the [logs on Datadog](https://app.datadoghq.com/logs?query=source%3Agithub%20%40git.repository_url%3A%22https%3A%2F%2Fgithub.com%2Fdoctolib%2Frenovate-config.git%22%20%40ci.pipeline.name%3A%28Main%20OR%20%22Run%20Renovate%20on%20doctolib%2Fdoctolib%22%29%20%40name%3Arenovate%20%40repository%3A%2A%2A%2A%2Fcouchbase-lite-rust&agg_m=count&agg_m_source=base&agg_t=count&cols=%40repository&fromUser=false&messageDisplay=inline&refresh_mode=sliding&storage=hot&stream_sort=time%2Cdesc&viz=stream). To replay this update, you can use the following `packageRules` on the [Manual Run](https://redirect.github.com/doctolib/renovate-config/actions/workflows/manual_run.yml) page: `[{"matchPackageNames": ["*"], "enabled": false}, {"matchPackageNames": [""], "enabled": true}]` </details> <!--renovate-config-hash:0729125b5219d412a160ec6ac85ae28b8d3322fea87e29ac92bb376a8a749d01--> --------- Co-authored-by: Damien Voreiter <78789202+DamienVoreiter@users.noreply.github.com>
1 parent e4353e8 commit b0d2dd3

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

renovate.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
3+
"extends": [
4+
"local>doctolib/renovate-config"
5+
]
6+
}

0 commit comments

Comments
 (0)