Skip to content

Commit

Permalink
chore: Point dependabot to dependencies branch
Browse files Browse the repository at this point in the history
Signed-off-by: Valentin Kiselev <[email protected]>
  • Loading branch information
mrexox committed Nov 29, 2022
1 parent 27a377c commit 31e3ee0
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,15 @@ version: 2
updates:
- package-ecosystem: "gomod"
directory: "/"
target-branch: "dependencies"
open-pull-requests-limit: 10
schedule:
interval: "weekly"
day: "monday"
time: "06:00" # 6:00 UTC
commit-message:
prefix: "deps"
assignees:
- "mrexox"
reviewers:
- "mrexox"
commit-message:
prefix: "deps"
open-pull-requests-limit: 10

0 comments on commit 31e3ee0

Please sign in to comment.