feat(ci): Add docker checks and check deps more frequently (#1426)

* Update dependabot.yml

Add github-actions update

* Update dependabot.yml

* Update dependabot.yml
This commit is contained in:
Olivier DEBAUCHE 2024-05-05 18:42:28 +02:00 committed by GitHub
parent 3e2597eac8
commit 3666833107
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -8,8 +8,12 @@ updates:
- package-ecosystem: "pip" # See documentation for possible values
directory: "/" # Location of package manifests
schedule:
interval: "weekly"
interval: "daily"
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"
interval: "daily"
- package-ecosystem: "docker"
directory: "/"
schedule:
interval: "daily"