Skip to content

Commit

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

0 comments on commit 0688899

Please sign in to comment.