-
Notifications
You must be signed in to change notification settings - Fork 1.5k
chore: removed dependabot automerge flow #1430
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
Conversation
Code Coverage
|
# [3.10.0](v3.9.0...v3.10.0) (2024-12-06) ### Features * removed dependabot automerge flow ([#1430](#1430)) ([f7f4801](f7f4801))
🎉 This PR is included in version 3.10.0 🎉 The release is available on:
Your semantic-release bot 📦🚀 |
🎉 This PR is included in version 3.10.0 🎉 The release is available on:
Your semantic-release bot 📦🚀 |
1 similar comment
🎉 This PR is included in version 3.10.0 🎉 The release is available on:
Your semantic-release bot 📦🚀 |
# [3.10.0](v3.9.0...v3.10.0) (2025-01-16) ### Bug Fixes * changed release config ([#1447](#1447)) ([ad0cfec](ad0cfec)) * update README to template ([#1434](#1434)) ([cf0b32e](cf0b32e)) ### Features * implementation of diff ([#1438](#1438)) ([c1edbaf](c1edbaf)) * removed dependabot automerge flow ([#1430](#1430)) ([f7f4801](f7f4801))
🎉 This PR is included in version 3.10.0 🎉 The release is available on:
Your semantic-release bot 📦🚀 |
2 similar comments
🎉 This PR is included in version 3.10.0 🎉 The release is available on:
Your semantic-release bot 📦🚀 |
🎉 This PR is included in version 3.10.0 🎉 The release is available on:
Your semantic-release bot 📦🚀 |
This PR removes the dependabot flow that automatically merges dependabot PRs. This was failing due to not being available for this repo - which is a good idea, otherwise PRs that compile but that introduce runtime crashes might be merged, as it happened on the samples repo.
Sample PR failing: #1429