Automatically update GitHub Actions in the future

This commit is contained in:
Dimitri Papadopoulos 2022-10-07 15:08:41 +02:00
parent 91b279656c
commit d127e9f073
No known key found for this signature in database
GPG Key ID: 95998121D9D25F5D
1 changed files with 11 additions and 6 deletions

View File

@ -1,8 +1,13 @@
# https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file
version: 2
updates:
- package-ecosystem: pip
directory: "/"
schedule:
interval: daily
time: "10:00"
open-pull-requests-limit: 10
- package-ecosystem: "pip"
directory: "/"
schedule:
interval: "daily"
time: "10:00"
open-pull-requests-limit: 10
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"