Skip to content

Commit

Permalink
init (#67)
Browse files Browse the repository at this point in the history
  • Loading branch information
davidterpay committed Sep 11, 2023
1 parent 641fcf6 commit 34d8adf
Showing 1 changed file with 21 additions and 5 deletions.
26 changes: 21 additions & 5 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,24 @@ updates:
- "A:automerge"
- dependencies
open-pull-requests-limit: 5
target:
# Specify the branches where you want to apply updates
branches:
- "release/*"
- "main"
target-branch: "main"

- package-ecosystem: gomod
directory: "/"
schedule:
interval: daily
labels:
- "A:automerge"
- dependencies
open-pull-requests-limit: 5
target-branch: "release/v1.x.x"

- package-ecosystem: gomod
directory: "/"
schedule:
interval: daily
labels:
- "A:automerge"
- dependencies
open-pull-requests-limit: 5
target-branch: "release/v2.x.x"

0 comments on commit 34d8adf

Please sign in to comment.