Skip to content

Commit

Permalink
Merge branch 'main' into update-release-action
Browse files Browse the repository at this point in the history
  • Loading branch information
donatwork authored Feb 6, 2025
2 parents 41f6845 + 69fae51 commit ac2b4d3
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,16 +13,15 @@ updates:
interval: "daily"
time: "18:00"
allow:
# Allow both direct and indirect updates for all packages
- dependency-type: all
# Allow direct updates for packages
- dependency-type: direct
# a group of dependencies will be updated together in one pull request
groups:
golang:
# group all semantic versioning levels together in one pull request
update-types:
- major
- minor
- patch
patterns:
- "*"

Expand Down

0 comments on commit ac2b4d3

Please sign in to comment.