Skip to content

Commit

Permalink
Merge pull request #1238 from mikepenz/feature/dependabot_group
Browse files Browse the repository at this point in the history
Dependabot group
  • Loading branch information
mikepenz authored Aug 31, 2023
2 parents 677fedd + 213c060 commit 99b8795
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,15 @@ updates:
directory: '/'
# Check the npm registry for updates every day (weekdays)
schedule:
interval: 'daily'
interval: 'weekly'
groups:
dev-dependencies:
patterns:
- "@types/*"
- "eslint*"
- "jest*"
- "@typescript-eslint/*"
- "js-yaml"
- "prettier"
- "ts-jest"
- "typescript"

0 comments on commit 99b8795

Please sign in to comment.