Skip to content

Commit

Permalink
Create dependabot groups, update for minor/patch (#1139)
Browse files Browse the repository at this point in the history
  • Loading branch information
collindutter authored Sep 4, 2024
1 parent 7a22856 commit c2ee3dd
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,17 @@ updates:
directory: "/"
schedule:
interval: "weekly"
groups:
dependencies:
dependency-type: "production"
update-types:
- "minor"
- "patch"
group-dependencies:
dependency-type: "development"
update-types:
- "minor"
- "patch"
- package-ecosystem: "github-actions"
directory: "/"
schedule:
Expand Down

0 comments on commit c2ee3dd

Please sign in to comment.