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 version: 2
updates: updates:
- package-ecosystem: "pip" # See documentation for possible values - package-ecosystem: 'pip' # See documentation for possible values
directory: "./setup_files" # Location of package manifests directory: './setup_files' # Location of package manifests
schedule: schedule:
interval: "weekly" interval: 'weekly'
- package-ecosystem: "Docker" - package-ecosystem: 'docker'
directory: "./setup_files" directory: './setup_files'
schedule: schedule:
interval: "weekly" interval: 'weekly'
- package-ecosystem: "github-actions" - package-ecosystem: 'github-actions'
directory: "/" directory: '/'
schedule: schedule:
interval: "monthly" interval: 'monthly'