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

Create .github/dependabot.yml file #445

Open
Indy-rbo opened this issue Oct 7, 2024 · 1 comment
Open

Create .github/dependabot.yml file #445

Indy-rbo opened this issue Oct 7, 2024 · 1 comment
Assignees
Labels
area/github Github related changes effort/low kind/skip-changelog Release Drafter: Don't add to the release changelog priority/low triage/accepted The issue was accepted and will be done

Comments

@Indy-rbo
Copy link
Contributor

Indy-rbo commented Oct 7, 2024

Description

Saw this comment #440 (comment) and thought it should be possible to adjust these labels. I would suggest to try creating a .github/dependabot.yml file where you can override its defaults for things like labels and more (See the docs here). This should hopefully make Dependabot fit better with your preferences.

Small example of what I mean:

# .github/dependabot.yml
version: 2
updates:
  - package-ecosystem: "maven"
    directory: "/"
    schedule:
      interval: "daily"
    labels:
      - "kind/dependencies"
      - "lang/java"
  - package-ecosystem: "npm"
    directory: "/"
    schedule:
      interval: "daily"
    labels:
      - "kind/dependencies"
      - "lang/javascript"

Alternatives

Keep changing the labels manually.

@VenelinBakalov VenelinBakalov added triage/accepted The issue was accepted and will be done priority/low effort/low area/github Github related changes labels Oct 7, 2024
@VenelinBakalov
Copy link
Collaborator

Hi @Indy-rbo , thanks for opening this, we were actually discussing something similar but we never got to it.
I am leaving one more related link:
https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/customizing-dependency-updates#setting-custom-labels

@VenelinBakalov VenelinBakalov added the kind/skip-changelog Release Drafter: Don't add to the release changelog label Oct 7, 2024
@VenelinBakalov VenelinBakalov self-assigned this Oct 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/github Github related changes effort/low kind/skip-changelog Release Drafter: Don't add to the release changelog priority/low triage/accepted The issue was accepted and will be done
Projects
None yet
Development

No branches or pull requests

2 participants