Skip to content

Commit

Permalink
chore: grouped dependabot updates (#264)
Browse files Browse the repository at this point in the history
* chore: grouped dependabot updates

Signed-off-by: Keith Zantow <kzantow@gmail.com>

* chore: only minor and patch grouped or go updates

Signed-off-by: Keith Zantow <kzantow@gmail.com>

---------

Signed-off-by: Keith Zantow <kzantow@gmail.com>
  • Loading branch information
kzantow committed Jul 11, 2024
1 parent a6d920a commit 89215f4
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,11 @@ updates:
open-pull-requests-limit: 10
labels:
- "dependencies"
groups:
go:
update-types:
- minor
- patch

- package-ecosystem: "github-actions"
directory: "/"
Expand All @@ -17,6 +22,12 @@ updates:
open-pull-requests-limit: 10
labels:
- "dependencies"
groups:
workflows:
update-types:
- major
- minor
- patch

- package-ecosystem: "github-actions"
directory: "/.github/actions/boostrap"
Expand All @@ -25,3 +36,9 @@ updates:
open-pull-requests-limit: 10
labels:
- "dependencies"
groups:
workflows:
update-types:
- major
- minor
- patch

0 comments on commit 89215f4

Please sign in to comment.