Skip to content

Commit

Permalink
group dependabot updates
Browse files Browse the repository at this point in the history
Signed-off-by: cpanato <[email protected]>
  • Loading branch information
cpanato committed May 2, 2024
1 parent 8c93bdd commit ad523d8
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,15 +19,37 @@ updates:
directory: "/"
schedule:
interval: "daily"
groups:
gomod:
update-types:
- "patch"

- package-ecosystem: "gomod"
directory: "./hack/tools"
schedule:
interval: "daily"
groups:
gomod-hack:
update-types:
- "minor"
- "patch"

- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "daily"
groups:
actions:
update-types:
- "minor"
- "patch"

- package-ecosystem: "docker"
directory: "/"
schedule:
interval: "daily"
groups:
docker:
update-types:
- "minor"
- "patch"

0 comments on commit ad523d8

Please sign in to comment.