Merge pull request #34 from hodanov/feature/dependabot

Repair dependabot.yml
This commit is contained in:
hodanov 2023-10-20 10:27:04 +09:00 committed by GitHub
commit 299a580232
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5,15 +5,15 @@
version: 2
updates:
- package-ecosystem: "pip" # See documentation for possible values
directory: "./setup_files" # Location of package manifests
- package-ecosystem: 'pip' # See documentation for possible values
directory: './setup_files' # Location of package manifests
schedule:
interval: "weekly"
- package-ecosystem: "Docker"
directory: "./setup_files"
interval: 'weekly'
- package-ecosystem: 'docker'
directory: './setup_files'
schedule:
interval: "weekly"
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "monthly"
interval: 'weekly'
- package-ecosystem: 'github-actions'
directory: '/'
schedule:
interval: 'monthly'