atsign-foundation / noports

Connect to any device with no external listening ports open
https://noports.com
BSD 3-Clause "New" or "Revised" License
265 stars 15 forks source link

build(deps): Add groups to dependabot.yml #1036

Closed cpswan closed 4 months ago

cpswan commented 4 months ago

Dependabot is presently creating individual PRs for each change it finds. This config change should group them together, which should also (hopefully) deal with the issue that individual directories get a single PR (per scan) for a given change.

- What I did

Added groups to each package manager

- How I did it

Based on https://github.com/dart-lang/dart-docker/pull/191/files

- How to verify it

Will have to wait for some deps to be bumped and see which PRs are created.

- Description for the changelog build(deps): Add groups to dependabot.yml