Skip to content

Commit

Permalink
group rubocop and aws-sdk and allow indirect dependencies updates
Browse files Browse the repository at this point in the history
  • Loading branch information
toydestroyer committed Jan 11, 2024
1 parent 73a4b07 commit 671cab2
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,19 @@ updates:
directory: "/"
schedule:
interval: "weekly"
allow:
- dependency-type: "all"
groups:
aws-sdk:
patterns:
- "aws-sdk-*"
rubocop:
patterns:
- "rubocop*"

- package-ecosystem: "gomod"
directory: "/generate_images"
schedule:
interval: "weekly"
allow:
- dependency-type: "all"

0 comments on commit 671cab2

Please sign in to comment.