Skip to content

Commit

Permalink
feat(ci): group aws-sdk-go-v2 updates, check github actions update (#…
Browse files Browse the repository at this point in the history
…1941)

* feat(ci): group aws-sdk-go-v2 updates

* faet(ci): add github actions update
  • Loading branch information
MaineK00n authored May 28, 2024
1 parent 8449f2e commit 5116a6a
Showing 1 changed file with 15 additions and 4 deletions.
19 changes: 15 additions & 4 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,19 @@

version: 2
updates:
- package-ecosystem: "gomod" # See documentation for possible values
directory: "/" # Location of package manifests
- package-ecosystem: github-actions
directory: /
schedule:
interval: "weekly"
target-branch: "master"
interval: monthly
target-branch: master
- package-ecosystem: gomod # See documentation for possible values
open-pull-requests-limit: 10
directory: / # Location of package manifests
schedule:
interval: weekly
groups:
aws:
patterns:
- github.com/aws/aws-sdk-go-v2
- github.com/aws/aws-sdk-go-v2/*
target-branch: master

0 comments on commit 5116a6a

Please sign in to comment.