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

chore: Use new directories functionality to consolodate updates #1934

Closed cpswan closed 2 months ago

cpswan commented 2 months ago

The present config results in individual Dependabot PRs for each directory where we have Dockerfiles (and other dependencies).

Dependabot multi-directory configuration public beta now available should reduce the number of PRs and save us from having to do rollups quite so often.

- What I did

Took each directory: entry and put it into directories:

- How to verify it

Insights - Dependency Graph - Dependabot should highlight that the new YAML is valid.

- Description for the changelog

chore: Use new directories functionality to consolodate updates