mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-21 15:10:19 +00: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:"
|