1
0
Fork 0

Add Dependabot

pull/1633/head
Nick Alteen 2024-01-26 23:12:20 -05:00
parent 1fe633e27c
commit 1398cb55b2
1 changed files with 26 additions and 0 deletions

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

@ -0,0 +1,26 @@
version: 2
updates:
- package-ecosystem: github-actions
directory: /
schedule:
interval: weekly
groups:
actions-minor:
update-types:
- minor
- patch
- package-ecosystem: npm
directory: /
schedule:
interval: weekly
groups:
npm-development:
dependency-type: development
update-types:
- minor
- patch
npm-production:
dependency-type: production
update-types:
- patch