mirror of
https://github.com/nosqlbench/nosqlbench.git
synced 2025-02-25 18:55:28 -06:00
11 lines
216 B
YAML
11 lines
216 B
YAML
# Set update schedule for GitHub Actions
|
|
|
|
version: 2
|
|
updates:
|
|
|
|
- package-ecosystem: "github-actions"
|
|
directory: "/"
|
|
schedule:
|
|
# Check for updates to GitHub Actions every week
|
|
interval: "weekly"
|