mirror of
https://github.com/nosqlbench/nosqlbench.git
synced 2025-01-11 00:12:04 -06:00
14 lines
253 B
YAML
14 lines
253 B
YAML
|
# Set update schedule for GitHub Actions
|
||
|
|
||
|
version: 2
|
||
|
updates:
|
||
|
- package-ecosystem: "github-actions"
|
||
|
directory: "/"
|
||
|
schedule:
|
||
|
interval: "monthly"
|
||
|
|
||
|
- package-ecosystem: "docker"
|
||
|
directory: "/"
|
||
|
schedule:
|
||
|
interval: "monthly"
|