mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-05 05:56:53 +03:00
12 lines
255 B
YAML
12 lines
255 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"
|
|
commit-message:
|
|
prefix: "CI:"
|