mirror of
https://github.com/nodejs/node.git
synced 2025-08-15 13:48:44 +02:00

PR-URL: https://github.com/nodejs/node/pull/55266 Reviewed-By: Claudio Wunder <cwunder@gnome.org> Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
37 lines
757 B
YAML
37 lines
757 B
YAML
# Set update schedule for GitHub Actions
|
|
|
|
version: 2
|
|
updates:
|
|
- package-ecosystem: github-actions
|
|
directory: /
|
|
schedule:
|
|
interval: monthly
|
|
commit-message:
|
|
prefix: meta
|
|
open-pull-requests-limit: 10
|
|
|
|
- package-ecosystem: npm
|
|
directory: /tools/eslint
|
|
schedule:
|
|
interval: monthly
|
|
commit-message:
|
|
prefix: tools
|
|
open-pull-requests-limit: 10
|
|
groups:
|
|
eslint:
|
|
applies-to: version-updates
|
|
patterns:
|
|
- '*'
|
|
|
|
- package-ecosystem: npm
|
|
directory: /tools/lint-md
|
|
schedule:
|
|
interval: monthly
|
|
commit-message:
|
|
prefix: tools
|
|
open-pull-requests-limit: 10
|
|
groups:
|
|
lint-md:
|
|
applies-to: version-updates
|
|
patterns:
|
|
- '*'
|