Skip to content

Commit

Permalink
introduce dependabot to keep Go and GHA dependencies up to date
Browse files Browse the repository at this point in the history
Signed-off-by: Robin Hahling <robin.hahling@gw-computing.net>
  • Loading branch information
rolinh committed Jul 11, 2023
1 parent d78423d commit 012f25f
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
version: 2
updates:
- package-ecosystem: gomod
directory: /
schedule:
interval: weekly
commit-message:
prefix: "vendor:"
open-pull-requests-limit: 3
rebase-strategy: disabled
labels:
- enhancement
- vendor
- package-ecosystem: github-actions
directory: /
schedule:
interval: weekly
commit-message:
prefix: "ci:"
open-pull-requests-limit: 5
rebase-strategy: disabled
labels:
- ci
- enhancement

0 comments on commit 012f25f

Please sign in to comment.