atsign-foundation / at_server

The software implementation of Atsign's core technology
https://docs.atsign.com
BSD 3-Clause "New" or "Revised" License
39 stars 13 forks source link

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

Closed cpswan closed 2 months ago

cpswan commented 2 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

Same process as https://github.com/atsign-foundation/noports/pull/1036

- 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