chore: add dependabot.yml

This commit is contained in:
Elliot DeNolf
2024-08-14 21:17:01 -04:00
parent 94d18e8d74
commit 9bc3ad5159

45
.github/dependabot.yml vendored Normal file
View File

@@ -0,0 +1,45 @@
# docs: https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates
version: 2
updates:
- package-ecosystem: github-actions
directory: /
target-branch: beta
schedule:
interval: monthly
timezone: US/Michigan
time: '6:00'
groups:
github_actions:
patterns:
- '*'
versioning-strategy: increase
- package-ecosystem: npm
directory: /
target-branch: beta
schedule:
interval: weekly
day: sunday
timezone: US/Michigan
time: '6:00'
commit-message:
prefix: 'chore(deps)'
labels:
- dependencies
groups:
production:
dependency-type: production
update-types:
- minor
- patch
patterns:
- '*'
dev:
dependency-type: development
update-types:
- minor
- patch
patterns:
- '*'
versioning-strategy: widen