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

Add Dependabot Configuration with Sync to 'dependentbotchanges' Branch #106

Merged
merged 2 commits into from
Nov 29, 2024

Conversation

Harmanpreet-Microsoft
Copy link
Contributor

Motivation and Context

This PR introduces a new configuration for Dependabot and ensures that dependency updates are managed without disrupting the main branch.

Key Changes:
1.Added a dependabot.yml file:

Configured Dependabot to open pull requests targeting the dependentbotchanges branch for dependency updates.
This change allows for testing and validation before merging updates into the main branch.

2.Created a GitHub Action:

Ensures that changes in the dependentbotchanges branch are kept in sync with the main branch.
This helps maintain consistency between branches and prevents untested changes from breaking deployments.

Contribution Checklist

  • I have built and tested the code locally and in a deployed app
  • For frontend changes, I have pulled the latest code from main, built the frontend, and committed all static files.
  • This is a change for all users of this app. No code or asset is specific to my use case or my organization.
  • I didn't break any existing functionality 😄

@Roopan-Microsoft Roopan-Microsoft merged commit ba2306d into main Nov 29, 2024
8 checks passed
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.

2 participants