Skip to content

Commit

Permalink
reduce dependabot frequencu
Browse files Browse the repository at this point in the history
  • Loading branch information
egreer committed Jun 13, 2024
1 parent d59042f commit 4995efc
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 @@ -8,13 +8,25 @@ updates:
- package-ecosystem: "npm" # See documentation for possible values
directory: "/" # Location of package manifests
schedule:
interval: "weekly"
interval: "monthly"
reviewers:
- "egreer"
groups:
production-dependencies:
dependency-type: "production"
update-types:
- "minor"
- "patch"
development-dependencies:
applies-to: version-updates
dependency-type: development
update-types:
- "minor"
- "patch"
- package-ecosystem: "github-actions"
directory: "/"
schedule:
# Check for updates to GitHub Actions every week
interval: "weekly"
# Check for updates to GitHub Actions
interval: "monthly"
reviewers:
- "egreer"

0 comments on commit 4995efc

Please sign in to comment.