mirror of
https://github.com/saymrwulf/cryptography.git
synced 2026-05-14 20:37:55 +00:00
* actions: add a fetch-limbo action Not hooked up to anything yet. Signed-off-by: William Woodruff <william@trailofbits.com> * actions: combined vector fetching Signed-off-by: William Woodruff <william@trailofbits.com> * dependabot: change ref Signed-off-by: William Woodruff <william@trailofbits.com> --------- Signed-off-by: William Woodruff <william@trailofbits.com>
64 lines
1.6 KiB
YAML
64 lines
1.6 KiB
YAML
version: 2
|
|
updates:
|
|
- package-ecosystem: "github-actions"
|
|
directory: "/"
|
|
schedule:
|
|
interval: "daily"
|
|
time: "06:00"
|
|
timezone: "America/New_York"
|
|
open-pull-requests-limit: 1024
|
|
|
|
- package-ecosystem: "github-actions"
|
|
directory: "/.github/actions/cache/"
|
|
schedule:
|
|
interval: "daily"
|
|
time: "06:00"
|
|
timezone: "America/New_York"
|
|
open-pull-requests-limit: 1024
|
|
- package-ecosystem: "github-actions"
|
|
directory: "/.github/actions/upload-coverage/"
|
|
schedule:
|
|
interval: "daily"
|
|
time: "06:00"
|
|
timezone: "America/New_York"
|
|
open-pull-requests-limit: 1024
|
|
- package-ecosystem: "github-actions"
|
|
directory: "/.github/actions/fetch-vectors/"
|
|
schedule:
|
|
interval: "daily"
|
|
time: "06:00"
|
|
timezone: "America/New_York"
|
|
open-pull-requests-limit: 1024
|
|
|
|
- package-ecosystem: cargo
|
|
directory: "/src/rust/"
|
|
schedule:
|
|
interval: daily
|
|
time: "06:00"
|
|
timezone: "America/New_York"
|
|
allow:
|
|
# Also update indirect dependencies
|
|
- dependency-type: all
|
|
open-pull-requests-limit: 1024
|
|
|
|
- package-ecosystem: pip
|
|
directory: "/"
|
|
schedule:
|
|
interval: daily
|
|
time: "06:00"
|
|
timezone: "America/New_York"
|
|
allow:
|
|
# Also update indirect dependencies
|
|
- dependency-type: all
|
|
open-pull-requests-limit: 1024
|
|
|
|
- package-ecosystem: pip
|
|
directory: "/.github/requirements/"
|
|
schedule:
|
|
interval: daily
|
|
time: "06:00"
|
|
timezone: "America/New_York"
|
|
allow:
|
|
# Also update indirect dependencies
|
|
- dependency-type: all
|
|
open-pull-requests-limit: 1024
|