Merge pull request #94 from hodanov/feature/dependabot

Add groups to dependabot.yml.
This commit is contained in:
hodanov 2024-04-16 22:19:05 +09:00 committed by GitHub
commit 4fe518038d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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:
- "*"