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

fix: dependabot yaml #1482

Merged
merged 1 commit into from
Aug 27, 2024
Merged

fix: dependabot yaml #1482

merged 1 commit into from
Aug 27, 2024

Conversation

Imod7
Copy link
Contributor

@Imod7 Imod7 commented Aug 26, 2024

Description

Fix in dependabot yaml file that:

  • Adds the prefix chore(deps): in the PR title since all dependabot PRs are deps updates
  • Removed the scope since this often opens a PR with a title prefix chore:(deps): instead of chore(deps):
  • Adds the D0 - Dependencies label in the PR

Issues

This solves the issues of:

  • having to manually change the prefix of the PR's title whenever a PR is not identified as a dependency from dependabot (example found here)
  • not finding the label dependencies (example found here)

@Imod7 Imod7 requested review from a team as code owners August 26, 2024 06:01
@Imod7 Imod7 merged commit 2e6efc0 into master Aug 27, 2024
15 checks passed
@Imod7 Imod7 deleted the domi-fix-dependabot branch August 27, 2024 15:48
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