Skip to content

Commit 49cc5de

Browse files
committed
tidy #52 [CI] Stop grouping npm dependency updates into a single PR (Kocal)
This PR was merged into the main branch. Discussion ---------- [CI] Stop grouping npm dependency updates into a single PR | Q | A | -------------- | --- | Bug fix? | no | New feature? | no <!-- please update CHANGELOG.md file --> | Deprecations? | no <!-- if yes, also update UPGRADE-*.md and CHANGELOG.md files --> | Documentation? | no <!-- required for new features, or documentation updates --> | Issues | Fix #... <!-- prefix each issue number with "Fix #", no need to create an issue if none exist, explain below instead --> | License | MIT <!-- Replace this notice by a description of your feature/bugfix. This will help reviewers and should be a good start for the documentation. Additionally (see https://symfony.com/releases): - Always add tests and ensure they pass. - For new features, provide some code snippets to help understand usage. - Features and deprecations must be submitted against branch main. - Update/add documentation as required (we can help!) - Changelog entry should follow https://symfony.com/doc/current/contributing/code/conventions.html#writing-a-changelog-entry - Never break backward compatibility (see https://symfony.com/bc). --> Commits ------- 73cd941 [CI] Stop grouping npm dependency updates into a single PR
2 parents 1a83064 + 73cd941 commit 49cc5de

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

.github/dependabot.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,5 @@ updates:
3434
- dependency-name: 'tsx'
3535
- dependency-name: 'typescript'
3636
- dependency-name: 'vitest'
37-
groups:
38-
npm-dev-dependencies:
39-
patterns:
40-
- '*'
4137
cooldown:
4238
default-days: 7

0 commit comments

Comments
 (0)