Skip to content

Commit

Permalink
chore: add dependabot groups (#96)
Browse files Browse the repository at this point in the history
  • Loading branch information
fallard84 authored Aug 8, 2024
1 parent 035ea54 commit 7adc848
Showing 1 changed file with 19 additions and 1 deletion.
20 changes: 19 additions & 1 deletion .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,29 @@ updates:
directory: "/"
schedule:
interval: "weekly"
- package-ecosystem: "npm"
groups:
gha-minor-patch:
applies-to: version-updates
update-types:
- "patch"
- "minor"
- package-ecosystem: "npm"
directory: "/action"
schedule:
interval: "weekly"
groups:
npm-minor-patch:
applies-to: version-updates
update-types:
- "patch"
- "minor"
- package-ecosystem: "gomod"
directory: "/agent"
schedule:
interval: "weekly"
groups:
go-minor-patch:
applies-to: version-updates
update-types:
- "patch"
- "minor"

0 comments on commit 7adc848

Please sign in to comment.