Skip to content

Commit

Permalink
ci: add reviewer for dependabot PRs
Browse files Browse the repository at this point in the history
  • Loading branch information
dhth committed Jul 2, 2024
1 parent 9545084 commit ca1951f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
4 changes: 4 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ updates:
directory: "/"
schedule:
interval: "weekly"
reviewers:
- "dhth"
labels:
- "dependencies"
commit-message:
Expand All @@ -13,6 +15,8 @@ updates:
directory: "/"
schedule:
interval: "weekly"
reviewers:
- "dhth"
labels:
- "dependencies"
commit-message:
Expand Down
6 changes: 4 additions & 2 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
version: 1
version: 2

release:
draft: true

before:
hooks:
Expand All @@ -23,7 +26,6 @@ signs:
- "--yes" # needed on cosign 2.0.0+
artifacts: all


brews:
- name: outtasync
repository:
Expand Down

0 comments on commit ca1951f

Please sign in to comment.