Create grouped dependabot.yml (#843)

Co-authored-by: Sindre Sorhus <sindresorhus@gmail.com>
This commit is contained in:
Pelle Wessman 2024-03-22 20:38:09 +01:00 committed by GitHub
parent 95ac6df9d6
commit 44403bd312
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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

@ -0,0 +1,18 @@
version: 2
updates:
- package-ecosystem: 'github-actions'
directory: '/'
schedule:
interval: 'weekly'
groups:
github-actions:
patterns:
- '*'
- package-ecosystem: 'npm'
directory: '/'
schedule:
interval: 'weekly'
versioning-strategy: 'increase-if-necessary'
groups:
development-dependencies:
dependency-type: 'development'