[PR #2034] [MERGED] Add renovate config #3308

Closed
opened 2025-11-26 23:31:02 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/bitwarden/android/pull/2034
Author: @michalchecinski
Created: 8/11/2022
Status: Merged
Merged: 8/12/2022
Merged by: @michalchecinski

Base: masterHead: add-renovate-config


📝 Commits (1)

📊 Changes

1 file changed (+22 additions, -0 deletions)

View changed files

renovate.json (+22 -0)

📄 Description

Type of change

  • Bug fix
  • New feature development
  • Tech debt (refactoring, code cleanup, dependency upgrades, etc)
  • Build/deploy pipeline (DevOps)
  • Other

Objective

Configure a dependency update using Renovate to run once a month, creating a single PR with everything available to update. This PR includes a minimal sensible config for me -- @michalchecinski. Later down the road, we can fine-tune Renovate by updating the config.

Code changes

  • renovate.json: Add config for Renovate to create a single PR once a month to update NuGet packages.

Screenshots

Example PR on mobile fork:
image

Before you submit

  • I have checked for formatting errors (dotnet tool run dotnet-format --check) (required)
  • I have added unit tests where it makes sense to do so (encouraged but not required)
  • This change requires a documentation update (notify the documentation team)
  • This change has particular deployment requirements (notify the DevOps team)

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/bitwarden/android/pull/2034 **Author:** [@michalchecinski](https://github.com/michalchecinski) **Created:** 8/11/2022 **Status:** ✅ Merged **Merged:** 8/12/2022 **Merged by:** [@michalchecinski](https://github.com/michalchecinski) **Base:** `master` ← **Head:** `add-renovate-config` --- ### 📝 Commits (1) - [`1029a95`](https://github.com/bitwarden/android/commit/1029a952d1ee553f79b1901dec4e0ec31d59a52b) Add renovate config ### 📊 Changes **1 file changed** (+22 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `renovate.json` (+22 -0) </details> ### 📄 Description ## Type of change - [ ] Bug fix - [ ] New feature development - [ ] Tech debt (refactoring, code cleanup, dependency upgrades, etc) - [ ] Build/deploy pipeline (DevOps) - [x] Other ## Objective <!--Describe what the purpose of this PR is. For example: what bug you're fixing or what new feature you're adding--> Configure a dependency update using Renovate to run once a month, creating a single PR with everything available to update. This PR includes a minimal sensible config for me -- @michalchecinski. Later down the road, we can fine-tune Renovate by updating the config. ## Code changes <!--Explain the changes you've made to each file or major component. This should help the reviewer understand your changes--> <!--Also refer to any related changes or PRs in other repositories--> * **renovate.json:** Add config for Renovate to create a single PR once a month to update NuGet packages. ## Screenshots <!--Required for any UI changes. Delete if not applicable--> Example PR on `mobile` fork: ![image](https://user-images.githubusercontent.com/13666432/184166771-6d7d371a-a54b-473a-9cad-e59aea3091c0.png) ## Before you submit - [ ] I have checked for formatting errors (`dotnet tool run dotnet-format --check`) (required) - [ ] I have added **unit tests** where it makes sense to do so (encouraged but not required) - [ ] This change requires a **documentation update** (notify the documentation team) - [ ] This change has particular **deployment requirements** (notify the DevOps team) --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2025-11-26 23:31:02 -06:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/android#3308