From 423b26db4cd1e3d3f5e376b00ea443bdc46ab410 Mon Sep 17 00:00:00 2001 From: renovate-bot Date: Sat, 23 Apr 2022 23:29:35 +0000 Subject: [PATCH] feat: enable renovate (#7) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Welcome to [Renovate](https://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 * `docker-compose.yml` (docker-compose) * `.drone.yml` (droneci) * `.github/workflows/ci.yml` (github-actions) * `mix.exs` (mix) ### 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 - If semantic commits detected, use semantic commit type fix for dependencies and chore for all others - Ignore `node_modules`, `bower_components`, `vendor` and various test/tests directories - Autodetect whether to pin dependencies or maintain ranges - Rate limit PR creation to a maximum of two per hour - Limit to maximum 10 open PRs at any time - Group known monorepo packages together - Use curated list of recommended non-monorepo package groupings - Fix some problems with very old Maven commons versions - Ignore spring cloud 1.x releases - Ignore web3j 5.0.0 release - Ignore http4s digest-based 1.x milestones - Use node versioning for @types/node - Limit concurrent requests to reduce load on Repology servers until we can fix this properly, see issue 10133 - Do not upgrade from Alpine stable to edge 🔡 Would you like to change the way Renovate is upgrading your dependencies? Simply edit the `renovate.json` in this branch with your custom config and the list of Pull Requests in the "What to Expect" section below will be updated the next time Renovate runs. --- ### What to Expect With your current configuration, Renovate will create 7 Pull Requests:
chore(deps): update styfle/cancel-workflow-action action to v0.9.1 - Schedule: ["at any time"] - Branch name: `renovate/styfle-cancel-workflow-action-0.x` - Merge into: `main` - Upgrade [styfle/cancel-workflow-action](https://github.com/styfle/cancel-workflow-action) to `0.9.1`
chore(deps): update dependency gettext to ~> 0.19 - Schedule: ["at any time"] - Branch name: `renovate/gettext-0.x` - Merge into: `main` - Upgrade gettext to `~> 0.19`
chore(deps): update dependency phoenix_live_dashboard to ~> 0.6 - Schedule: ["at any time"] - Branch name: `renovate/phoenix_live_dashboard-0.x` - Merge into: `main` - Upgrade phoenix_live_dashboard to `~> 0.6`
chore(deps): update dependency telemetry_metrics to ~> 0.6 - Schedule: ["at any time"] - Branch name: `renovate/telemetry_metrics-0.x` - Merge into: `main` - Upgrade telemetry_metrics to `~> 0.6`
chore(deps): update romeovs/lcov-reporter-action action to v0.3.1 - Schedule: ["at any time"] - Branch name: `renovate/romeovs-lcov-reporter-action-0.x` - Merge into: `main` - Upgrade [romeovs/lcov-reporter-action](https://github.com/romeovs/lcov-reporter-action) to `v0.3.1`
chore(deps): update actions/cache action to v3 - Schedule: ["at any time"] - Branch name: `renovate/actions-cache-3.x` - Merge into: `main` - Upgrade [actions/cache](https://github.com/actions/cache) to `v3`
chore(deps): update actions/checkout action to v3 - Schedule: ["at any time"] - Branch name: `renovate/actions-checkout-3.x` - Merge into: `main` - Upgrade [actions/checkout](https://github.com/actions/checkout) to `v3`

🚸 Branch creation will be limited to maximum 2 per hour, so it doesn't swamp any CI resources or spam 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://github.com/renovatebot/renovate/discussions). --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). Reviewed-on: https://gitea.dubas.dev/joao.dubas/ex_trainer/pulls/7 Co-authored-by: renovate-bot Co-committed-by: renovate-bot --- renovate.json | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 renovate.json diff --git a/renovate.json b/renovate.json new file mode 100644 index 0000000..39a2b6e --- /dev/null +++ b/renovate.json @@ -0,0 +1,6 @@ +{ + "$schema": "https://docs.renovatebot.com/renovate-schema.json", + "extends": [ + "config:base" + ] +}