Skip to content

Commit

Permalink
Configure dependabot to to suggest updates for the go version
Browse files Browse the repository at this point in the history
  • Loading branch information
a-b authored Jul 8, 2024
1 parent 138ae13 commit 4829baa
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,25 @@
version: 2
updates:
- package-ecosystem: go
directory: "/"
schedule:
interval: daily
time: '11:00'
open-pull-requests-limit: 2
- package-ecosystem: go
directory: "/"
target-branch: "v8"
schedule:
interval: daily
time: '11:00'
open-pull-requests-limit: 2
- package-ecosystem: go
directory: "/"
target-branch: "v7"
schedule:
interval: daily
time: '11:00'
open-pull-requests-limit: 2
- package-ecosystem: gomod
directory: "/"
schedule:
Expand Down

0 comments on commit 4829baa

Please sign in to comment.