Skip to content
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

feat: configure bots to manage dependency updates #223

Merged
merged 2 commits into from
Nov 14, 2024
Merged

Conversation

mohnoor94
Copy link
Member

Situation

Our current setup allows bots to create pull requests (PRs) for updating released code dependencies, which we want to avoid. Additionally, both Dependabot and Renovate are set up for this task, creating redundant PRs for the same updates.

Task

  • Deactivate Dependabot.
  • Configure Renovate to work on all packages, excluding the released code folder, and to include previously excluded paths as needed.

Action

  • Disable Dependabot entirely.
  • Adjust Renovate configuration to exclude the released code folder while including paths that were previously not managed by Renovate.

Testing

Verification will take place after merging to confirm the expected updates occur in the designated folders.

Results

Upon successful implementation, Renovate will update the appropriate folders without duplicate PRs and now manage previously excluded paths.

Notes

Internal Ticket: SDK-1573

@mohnoor94 mohnoor94 requested a review from a team as a code owner November 14, 2024 11:15
@mohnoor94 mohnoor94 enabled auto-merge (squash) November 14, 2024 11:58
@mohnoor94 mohnoor94 merged commit 935df76 into main Nov 14, 2024
1 check passed
@mohnoor94 mohnoor94 deleted the mohnoor94/SDK-1573 branch November 14, 2024 13:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants