Skip to content

Commit

Permalink
Merge pull request #626 from the-control-group/ethankent-patch-1
Browse files Browse the repository at this point in the history
Make Dependabot version updates more manageable
  • Loading branch information
ethankent authored Mar 8, 2024
2 parents 4418de5 + 291d592 commit 97417d3
Showing 1 changed file with 15 additions and 3 deletions.
18 changes: 15 additions & 3 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,24 @@ updates:
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "daily"
interval: "weekly"
groups:
github-actions:
update-types:
- "minor"
- "patch"

# Maintain dependencies for npm
- package-ecosystem: "npm"
directory: "/"
schedule:
interval: "daily"
open-pull-requests-limit: 0
interval: "weekly"
# Use groups to consolidate updates into a larger PR
groups:
minor-updates:
update-types:
- "minor"
- "patch"
dev-dependencies:
dependency-type: development
versioning-strategy: increase-if-necessary

0 comments on commit 97417d3

Please sign in to comment.