Skip to content

Commit

Permalink
Create grouped dependabot.yml (#843)
Browse files Browse the repository at this point in the history
Co-authored-by: Sindre Sorhus <[email protected]>
  • Loading branch information
voxpelli and sindresorhus committed Mar 22, 2024
1 parent 95ac6df commit 44403bd
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/dependabot.yml
@@ -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'

0 comments on commit 44403bd

Please sign in to comment.