Skip to content

Commit

Permalink
Merge pull request #1950 from edmorley/dependabot-grouping
Browse files Browse the repository at this point in the history
Group minor/patch version Go Dependabot updates into one PR
  • Loading branch information
jkutner authored Oct 30, 2023
2 parents a1bc205 + a74383a commit 94f859f
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,13 @@ updates:
- package-ecosystem: "gomod"
directory: "/"
schedule:
# Check for updates to GitHub Actions every weekday
interval: "daily"
interval: "weekly"
groups:
# Group all minor/patch go dependencies into a single PR.
go-dependencies:
update-types:
- "minor"
- "patch"
labels:
- "dependencies"
- "go"
Expand All @@ -15,8 +20,7 @@ updates:
- package-ecosystem: "github-actions"
directory: "/"
schedule:
# Check for updates to GitHub Actions every weekday
interval: "daily"
interval: "weekly"
labels:
- "dependencies"
- "github_actions"
Expand Down

0 comments on commit 94f859f

Please sign in to comment.