beeware/briefcase-windows-app-template

Merge dependabot configurations into a multi-ecosystem group

Open

#105 opened on Jul 17, 2026

View on GitHub
 (0 comments) (0 reactions) (0 assignees)Batchfile (21 forks)auto 404
enhancementgood first issue

Repository metrics

Stars
 (11 stars)
PR merge metrics
 (PR metrics pending)

Description

What is the problem or limitation you are having?

This project's dependabot configuration currently defines multiple "ecosystems" to be updated. As currently configured, these are run as separate updates.

We can minimize the number of updates by merging multiple updates into a single "multi-ecosystem group". This results in a single dependabot update.

Describe the solution you'd like

We should migrate the configuration of this repository to use a single "dependencies" multi-ecosystem group, rather than multiple independent groups.

The briefcase-template repository contains an example of how a multi-ecosystem configuration is configured.

Describe alternatives you've considered

Leave the configurations as single-ecosystem updates.

Additional context

Contributor guide