Skip to content

Commit

Permalink
Stop Dependabot from creating its own, otherwise unused, labels
Browse files Browse the repository at this point in the history
Currently all Dependabot update PRs get tagged with a "javascript" label, which is annoying since we don't actually use that one.
To try and avoid this we specify the labels explicitly, please see https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file#labels
  • Loading branch information
Snuffleupagus authored and pull[bot] committed Jan 16, 2024
1 parent af874ee commit 1165272
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,5 @@ updates:
directory: "/"
schedule:
interval: "weekly"
labels:
- "dependencies"

0 comments on commit 1165272

Please sign in to comment.