Skip to content

Commit

Permalink
chore: try out dependabot grouping
Browse files Browse the repository at this point in the history
  • Loading branch information
jakemhiller committed Aug 23, 2023
1 parent d3ca527 commit 2759c51
Showing 1 changed file with 18 additions and 16 deletions.
34 changes: 18 additions & 16 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,18 +1,20 @@
version: 2
updates:
- package-ecosystem: npm
directory: "/"
schedule:
interval: "daily"
time: "13:00"
timezone: "America/New_York"
open-pull-requests-limit: 0
target-branch: main
labels:
- dependencies
- release/dependencies
versioning-strategy: increase-if-necessary
ignore:
- dependency-name: marked
versions:
- "> 0.7.0"
- package-ecosystem: npm
directory: '/'
schedule:
interval: 'daily'
time: '13:00'
timezone: 'America/New_York'
open-pull-requests-limit: 5
target-branch: main
labels:
- dependencies
- release/dependencies
versioning-strategy: increase-if-necessary

groups:
production-dependencies:
dependency-type: 'production'
development-dependencies:
dependency-type: 'development'

0 comments on commit 2759c51

Please sign in to comment.