Skip to content

Commit

Permalink
create dependabot config with batching for minor changes
Browse files Browse the repository at this point in the history
  • Loading branch information
mansona committed Feb 14, 2024
1 parent 1152aaf commit 32b149f
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
version: 2
updates:
- package-ecosystem: npm
directory: "/"
groups:
dev-dependencies:
dependency-type: "development"
update-types:
- "minor"
- "patch"
schedule:
interval: weekly
time: "03:00"
timezone: America/New_York
open-pull-requests-limit: 10
versioning-strategy: increase
- package-ecosystem: github-actions
directory: "/"
schedule:
interval: daily
time: "03:00"
timezone: America/New_York
open-pull-requests-limit: 10

0 comments on commit 32b149f

Please sign in to comment.