Skip to content

Conversation

@jmeridth
Copy link
Member

Based on Dependabot docs we can specify the labels applied. Previously Dependabot was applying major, minor', or patchlabels based on the version of dependency updates. This was causing conflicts with our auto releasing. If those labels were present they were being applied to our releases. This is not what we want. We are changing the Dependabot config to just note the package type (i.e., go, github_actions, etc) anddependencies`, in case we ever need to filter in the UI.

Updated README with a CAUTION flag about this.

Based on [Dependabot docs](https://docs.github.com/en/code-security/dependabot/working-with-dependabot/dependabot-options-reference#labels--) we can specify the labels applied. Previously Dependabot was applying `major`, `minor', or `patch` labels based on the version of dependency updates. This was causing conflicts with our auto releasing. If those labels were present they were being applied to our releases. This is not what we want. We are changing the Dependabot config to just note the package type (i.e., go, github_actions, etc) and `dependencies`, in case we ever need to filter in the UI.

Updated README with a CAUTION flag about this.

Signed-off-by: jmeridth <[email protected]>
@jmeridth jmeridth self-assigned this Sep 16, 2025
@jmeridth jmeridth requested a review from a team as a code owner September 16, 2025 15:59
Copilot AI review requested due to automatic review settings September 16, 2025 15:59
Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

Updates Dependabot configuration to prevent conflicts with automated release workflows by customizing the labels applied to dependency update PRs.

  • Adds custom labels configuration to Dependabot to avoid using semantic versioning labels (major, minor, patch) that interfere with release automation
  • Documents the issue and solution in README with a caution notice for other users
  • Provides example configuration in the repository's own dependabot.yaml file

Reviewed Changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated 1 comment.

File Description
README.md Adds documentation explaining Dependabot label conflicts and the solution
.github/dependabot.yaml Implements custom labels configuration to prevent release conflicts

Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.

@jmeridth jmeridth merged commit 6a8fc91 into main Sep 16, 2025
8 checks passed
@jmeridth jmeridth deleted the jm_update_readme_about_dependabot_labels branch September 16, 2025 16:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants