mirror of
https://github.com/nodejs/node.git
synced 2024-11-21 21:19:50 +01:00
5ce3d1078d
PR-URL: https://github.com/nodejs/node/pull/55266 Reviewed-By: Claudio Wunder <cwunder@gnome.org> Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
38 lines
757 B
YAML
38 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:
|
|
- '*'
|