Skip to content

Commit

Permalink
dependabot: bump down to monthly, include indirect, group PRs
Browse files Browse the repository at this point in the history
  • Loading branch information
AntiCompositeNumber committed Oct 28, 2024
1 parent 7b4d8a0 commit be9f5e3
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,15 @@ updates:
- package-ecosystem: "pip" # See documentation for possible values
directory: "/" # Location of package manifests
schedule:
interval: "weekly"
interval: "monthly"
allow:
- dependency-type: all
groups:
production-dependencies:
dependency-type: "production"
development-dependencies:
dependency-type: "development"
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"
interval: "monthly"

0 comments on commit be9f5e3

Please sign in to comment.