Skip to content

Commit

Permalink
add proper dependencies label for release drafter
Browse files Browse the repository at this point in the history
  • Loading branch information
phyrog committed Apr 1, 2024
1 parent 0f2d928 commit 8f16cd7
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,23 @@ updates:
directory: "/"
schedule:
interval: "weekly"
labels:
- "area/dependencies"
- package-ecosystem: docker
directory: "/images/installer"
schedule:
interval: "weekly"
labels:
- "area/dependencies"
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"
labels:
- "area/dependencies"
- package-ecosystem: "gomod"
directory: "/"
schedule:
interval: "daily"
labels:
- "area/dependencies"

0 comments on commit 8f16cd7

Please sign in to comment.