Skip to content

Commit

Permalink
Merge pull request #517 from ember-codemods/dependabot-config
Browse files Browse the repository at this point in the history
create dependabot config with batching for minor changes
  • Loading branch information
mansona authored Feb 14, 2024
2 parents 1152aaf + 32b149f commit 90b75aa
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 90b75aa

Please sign in to comment.