Skip to content

Commit

Permalink
Use the default dependabot labeling (thanos-io#7457)
Browse files Browse the repository at this point in the history
Dependabot already includes `dependencies` on PRs. Removing the config
will cause it to also include an ecosystem label like `go`.

Signed-off-by: SuperQ <superq@gmail.com>
  • Loading branch information
SuperQ authored Jun 14, 2024
1 parent 651a4a4 commit ceb0515
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,12 @@ updates:
directory: "/"
schedule:
interval: "weekly"
labels: ["dependencies"]
open-pull-requests-limit: 20
- package-ecosystem: "docker"
directory: "/"
schedule:
interval: "weekly"
labels: ["dependencies"]
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: weekly
labels: ["dependencies"]

0 comments on commit ceb0515

Please sign in to comment.