mirror of https://github.com/nodejs/node.git
10 lines
188 B
YAML
10 lines
188 B
YAML
|
# Set update schedule for GitHub Actions
|
||
|
|
||
|
version: 2
|
||
|
updates:
|
||
|
- package-ecosystem: github-actions
|
||
|
directory: /
|
||
|
schedule:
|
||
|
interval: monthly
|
||
|
open-pull-requests-limit: 10
|