Skip to content

Commit

Permalink
- added labels and prefix to dependabot github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
MatrixCrawler committed Apr 11, 2024
1 parent d8cd290 commit 85af8e1
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,15 @@ updates:
commit-message:
prefix: "go:"
labels:
- golang
- dependencies
- package-ecosystem: "github-actions"
directory: "/"
directory: /
schedule:
interval: "daily"
interval: daily
time: "07:00"
commit-message:
prefix: "gh-actions:"
labels:
- gh-actions
- dependencies

0 comments on commit 85af8e1

Please sign in to comment.