mirror of
https://github.com/theupdateframework/python-tuf
synced 2026-05-24 10:08:28 +00:00
Have dependabot monitor our GitHub Actions for updates too Signed-off-by: Joshua Lock <jlock@vmware.com>
16 lines
287 B
YAML
16 lines
287 B
YAML
version: 2
|
|
updates:
|
|
|
|
- package-ecosystem: "pip"
|
|
directory: "/"
|
|
schedule:
|
|
interval: "daily"
|
|
time: "10:00"
|
|
open-pull-requests-limit: 10
|
|
|
|
- package-ecosystem: "github-actions"
|
|
directory: "/"
|
|
schedule:
|
|
interval: "daily"
|
|
time: "10:00"
|
|
open-pull-requests-limit: 10
|