mirror of
https://github.com/theupdateframework/python-tuf
synced 2026-05-24 10:08:28 +00:00
- Drop Python 2.7 from GitHub Actions workflows. Note: There is likely additional cleanup that can be done to the workflow now we no longer care about supporting Python 2.7. - No longer tell dependabot to ignore idna updates. Signed-off-by: Joshua Lock <jlock@vmware.com>
8 lines
143 B
YAML
8 lines
143 B
YAML
version: 2
|
|
updates:
|
|
- package-ecosystem: pip
|
|
directory: "/"
|
|
schedule:
|
|
interval: daily
|
|
time: "10:00"
|
|
open-pull-requests-limit: 10
|