Skip to content

Commit

Permalink
group dependabot dependencies update (#40)
Browse files Browse the repository at this point in the history
  • Loading branch information
cpanato authored Jan 23, 2024
1 parent 4828a6f commit 52f8e6b
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion .github/dependabot.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,24 @@ updates:
directory: "/"
schedule:
interval: "daily"
groups:
all:
update-types:
- "minor"
- "patch"
- package-ecosystem: gomod
directory: "./"
schedule:
interval: "daily"
groups:
all:
update-types:
- "patch"
- package-ecosystem: terraform
directory: "/iac"
schedule:
interval: "daily"
interval: "daily"
groups:
all:
update-types:
- "patch"

0 comments on commit 52f8e6b

Please sign in to comment.