Add groups to dependabot.yml.

This commit is contained in:
hodanov 2024-04-16 22:18:32 +09:00
parent da226331ca
commit b2a1e64cc0

View File

@ -5,15 +5,23 @@
version: 2
updates:
- package-ecosystem: 'pip' # See documentation for possible values
directory: './app' # Location of package manifests
- package-ecosystem: "pip" # See documentation for possible values
directory: "./app" # Location of package manifests
schedule:
interval: 'weekly'
- package-ecosystem: 'docker'
directory: './app'
interval: "weekly"
- package-ecosystem: "docker"
directory: "./app"
schedule:
interval: 'weekly'
- package-ecosystem: 'github-actions'
directory: '/'
interval: "weekly"
groups:
docker-dependencies:
patterns:
- "*"
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: 'monthly'
interval: "monthly"
groups:
workflow-dependencies:
patterns:
- "*"