Skip to content

Commit

Permalink
Merge pull request #523 from cderici/dependabot-labels
Browse files Browse the repository at this point in the history
#523

## Description

Adds custom labels for dependabot to use when opening chore PRs, as documented in https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file#labels .

Normally it adds the `dependencies` and `go` labels. The `hint/dependencies` and `area/go` are added. 

## Type of change

- Maintenance work (repository related, like Github actions, or revving the Go version, etc.)

## Additional notes

> [!WARNING]
> I'm not entirely sure if the new labels will replace the old ones or be added on top.
  • Loading branch information
jujubot authored Jul 23, 2024
2 parents 5de70c1 + 1a22d93 commit cc8f5e8
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,13 @@ updates:
directory: "/"
schedule:
interval: "daily"
labels:
- "hint/dependencies"
- "area/go"
- package-ecosystem: "gomod"
directory: "/"
schedule:
interval: "daily"
labels:
- "hint/dependencies"
- "area/go"

0 comments on commit cc8f5e8

Please sign in to comment.