Skip to content

Commit

Permalink
Improve dependabot configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
andyone committed Jun 13, 2024
1 parent 4f494a4 commit e0e0e88
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,12 @@ updates:
- "andyone"
reviewers:
- "andyone"
groups:
all:
applies-to: version-updates
update-types:
- "minor"
- "patch"

- package-ecosystem: "github-actions"
directory: "/"
Expand All @@ -28,9 +34,3 @@ updates:
- "andyone"
reviewers:
- "andyone"
groups:
all:
applies-to: version-updates
update-types:
- "minor"
- "patch"

0 comments on commit e0e0e88

Please sign in to comment.