Skip to content

Commit

Permalink
Merge pull request #1821 from authzed/github-action-groupin
Browse files Browse the repository at this point in the history
add github action grouping
  • Loading branch information
vroldanbet authored Mar 19, 2024
2 parents 2aaf752 + bc5324a commit 65c9bb9
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,22 @@ updates:
interval: "monthly"
labels:
- "area/dependencies"
groups:
gomod-version:
patterns: ["*"]
- package-ecosystem: "docker"
directory: "/"
schedule:
interval: "monthly"
labels:
- "area/dependencies"
groups:
gomod-version:
patterns: ["*"]
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "monthly"
groups:
gomod-version:
patterns: ["*"]

0 comments on commit 65c9bb9

Please sign in to comment.