Skip to content

Commit

Permalink
🤖 Adds dependabot config
Browse files Browse the repository at this point in the history
  • Loading branch information
mrharpo committed Sep 18, 2024
1 parent 87ac01a commit baea452
Showing 1 changed file with 41 additions and 0 deletions.
41 changes: 41 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
version: 2
updates:
# GitHub Actions
- package-ecosystem: github-actions
directory: .github/workflows
schedule:
interval: weekly
day: wednesday
time: '06:00'
timezone: US/Pacific
commit-message:
prefix: ⬆
labels:
- maintenance 🔧

# NPM
- package-ecosystem: npm
directory: /
schedule:
interval: weekly
day: wednesday
time: '06:00'
timezone: US/Pacific
commit-message:
prefix: ⬆
labels:
- maintenance 🔧
groups:
# Group production dependencies together
# Combine all minor and patch updates into one PR
production-dependencies:
dependency-type: production
update-types:
- minor
- patch
# Group development dependencies together
development-dependencies:
dependency-type: development
update-types:
- minor
- patch

0 comments on commit baea452

Please sign in to comment.