Skip to content

Commit

Permalink
chore(dependabot): change grouping pattern (#1001)
Browse files Browse the repository at this point in the history
to capture all dependencies without creating multiple custom groups as grouping into production and development dependencies appears to not be working, example logs: "Skipping update group for 'production-dependencies' as it does not match any allowed dependencies."
  • Loading branch information
evegufy authored Sep 17, 2024
1 parent adf29d3 commit 0eeb666
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,9 @@ updates:
- dependency-name: "*"
update-types: ["version-update:semver-major"]
groups:
production-dependencies:
dependency-type: "production"
development-dependencies:
dependency-type: "development"
default:
patterns:
- "*"

# Github Actions
-
Expand Down

0 comments on commit 0eeb666

Please sign in to comment.