Skip to content

Commit

Permalink
Change dependabot interval to monthly + group production deps too. (#438
Browse files Browse the repository at this point in the history
)

Too much maintnence burden to review weekly... and we may aswell
just review all the production deps at the same time so we can
checkout the branch and just fix things that are broken.
  • Loading branch information
Gnuxie authored May 24, 2024
1 parent 14aa20e commit baee388
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,17 @@ updates:
- package-ecosystem: "npm"
directory: "/"
schedule:
interval: "weekly"
interval: "monthly"
groups:
development-dependencies:
dependency-type: "development"
production-dependencies:
dependency-type: "production"

- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"
interval: "monthly"
groups:
github-actions:
patterns:
Expand Down

0 comments on commit baee388

Please sign in to comment.