Skip to content

Commit

Permalink
Merge pull request #736 from shogo82148/introduce-grouped-version-upd…
Browse files Browse the repository at this point in the history
…ates

introduce grouped version updates
  • Loading branch information
shogo82148 committed Jul 5, 2023
2 parents 414ed22 + e4be808 commit 0197330
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# dependabot config
# https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file

version: 2
updates:
- package-ecosystem: npm
Expand All @@ -9,6 +12,11 @@ updates:
# update too often, ignore patch releases
- dependency-name: "@types/node"
update-types: ["version-update:semver-patch"]
groups:
jest-monorepo:
patterns:
- "jest"
- "jest-circus"

# Maintain dependencies for GitHub Actions
- package-ecosystem: "github-actions"
Expand Down

0 comments on commit 0197330

Please sign in to comment.