Skip to content

Commit

Permalink
chore(dependabot): Adding dep to release branches (backport #67) (#82)
Browse files Browse the repository at this point in the history
* init (#67)

(cherry picked from commit 34d8adf)

# Conflicts:
#	.github/dependabot.yml

* backport fix

---------

Co-authored-by: David Terpay <[email protected]>
Co-authored-by: David Terpay <[email protected]>
  • Loading branch information
3 people authored Sep 11, 2023
1 parent a964147 commit 5b79dfa
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,25 @@ updates:
labels:
- "A:automerge"
- dependencies
open-pull-requests-limit: 5
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 5b79dfa

Please sign in to comment.