Skip to content

Commit

Permalink
Update dependabot.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
tuxtof authored Jan 15, 2025
1 parent d17fcc3 commit 3999727
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,17 @@

version: 2
updates:
# Enable version updates for Go modules
# Group all patch and minor Go module updates into a single PR for ease of management. This assumes
# that Go modules respect semver, which is generally true but not guaranteed.
# Update weekly to avoid excessive PRs.
- package-ecosystem: "gomod"
directory: "/"
schedule:
interval: "daily"
interval: "weekly"
groups:
all-go-mod-patch-and-minor:
patterns: [ "*" ]
update-types: [ "patch", "minor" ]

# Enable version updates for GitHub Actions
- package-ecosystem: "github-actions"
Expand Down

0 comments on commit 3999727

Please sign in to comment.