mirror of
https://github.com/kjanat/livegraphs-django.git
synced 2026-02-13 16:35:42 +01:00
- Replace 'multi-ecosystem-group' with proper 'groups' syntax - Add required 'patterns' property with wildcard matcher - Group all dependencies per ecosystem for cleaner PRs - Fixes dependabot configuration validation error
56 lines
1.2 KiB
YAML
56 lines
1.2 KiB
YAML
# To get started with Dependabot version updates, you'll need to specify which
|
|
# package ecosystems to update and where the package manifests are located.
|
|
# Please see the documentation for all configuration options:
|
|
# https://docs.github.com/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file
|
|
|
|
version: 2
|
|
updates:
|
|
- package-ecosystem: "uv"
|
|
directory: "/"
|
|
schedule:
|
|
interval: "monthly"
|
|
groups:
|
|
all:
|
|
patterns:
|
|
- "*"
|
|
- package-ecosystem: "bun"
|
|
directory: "/"
|
|
schedule:
|
|
interval: "monthly"
|
|
groups:
|
|
all:
|
|
patterns:
|
|
- "*"
|
|
- package-ecosystem: "github-actions"
|
|
directory: "/"
|
|
schedule:
|
|
interval: "monthly"
|
|
groups:
|
|
all:
|
|
patterns:
|
|
- "*"
|
|
- package-ecosystem: "docker"
|
|
directory: "/"
|
|
schedule:
|
|
interval: "monthly"
|
|
groups:
|
|
all:
|
|
patterns:
|
|
- "*"
|
|
- package-ecosystem: "docker-compose"
|
|
directory: "/"
|
|
schedule:
|
|
interval: "monthly"
|
|
groups:
|
|
all:
|
|
patterns:
|
|
- "*"
|
|
- package-ecosystem: "devcontainers"
|
|
directory: "/"
|
|
schedule:
|
|
interval: "monthly"
|
|
groups:
|
|
all:
|
|
patterns:
|
|
- "*"
|