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

Restrict dependabot github actions to patch version bumps #6669

Merged
merged 1 commit into from
Feb 14, 2025

Conversation

andrewlock
Copy link
Member

Summary of changes

Limit dependabot to only bumping patch version for github actions

Reason for change

Currently it's doing major bumps, and those are super risky because we can't easily test a lot of our usages.

Implementation details

Based on the docs

Test coverage

This will likely test it by triggering another run

Other details

@andrewlock andrewlock added area:builds project files, build scripts, pipelines, versioning, releases, packages area:dependabot dependabot updates labels Feb 14, 2025
@andrewlock andrewlock requested a review from a team as a code owner February 14, 2025 13:13
@andrewlock andrewlock changed the title Restrict dendapbot github actions to patch version bumps Restrict dependabot github actions to patch version bumps Feb 14, 2025
@andrewlock andrewlock merged commit 8c7974d into master Feb 14, 2025
99 of 101 checks passed
@andrewlock andrewlock deleted the andrew/dont-bump-dependabot-major branch February 14, 2025 16:37
@github-actions github-actions bot added this to the vNext-v3 milestone Feb 14, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area:builds project files, build scripts, pipelines, versioning, releases, packages area:dependabot dependabot updates
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants