2023-01-20 14:05:43 +00:00
|
|
|
# Set update schedule for GitHub Actions
|
|
|
|
|
|
|
|
version: 2
|
|
|
|
updates:
|
|
|
|
- package-ecosystem: github-actions
|
|
|
|
directory: /
|
|
|
|
schedule:
|
|
|
|
interval: monthly
|
2023-05-02 11:52:52 +00:00
|
|
|
commit-message:
|
|
|
|
prefix: meta
|
2023-01-20 14:05:43 +00:00
|
|
|
open-pull-requests-limit: 10
|
2024-09-06 17:31:45 +00:00
|
|
|
|
|
|
|
- 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:
|
|
|
|
- '*'
|
2024-11-01 23:45:02 +00:00
|
|
|
|
|
|
|
- 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:
|
|
|
|
- '*'
|