2023-01-20 22:05:43 +08:00
|
|
|
# Set update schedule for GitHub Actions
|
|
|
|
|
|
|
|
version: 2
|
|
|
|
updates:
|
|
|
|
- package-ecosystem: github-actions
|
|
|
|
directory: /
|
|
|
|
schedule:
|
|
|
|
interval: monthly
|
2023-05-02 19:52:52 +08:00
|
|
|
commit-message:
|
|
|
|
prefix: meta
|
2025-01-04 03:25:17 +08:00
|
|
|
open-pull-requests-limit: ${{secrets.OPEN_PR_LIMIT}}
|
2024-09-07 01:31:45 +08:00
|
|
|
|
|
|
|
- package-ecosystem: npm
|
|
|
|
directory: /tools/eslint
|
|
|
|
schedule:
|
|
|
|
interval: monthly
|
|
|
|
commit-message:
|
|
|
|
prefix: tools
|
2025-01-04 03:25:17 +08:00
|
|
|
open-pull-requests-limit: ${{secrets.OPEN_PR_LIMIT}}
|
2024-09-07 01:31:45 +08:00
|
|
|
groups:
|
|
|
|
eslint:
|
|
|
|
applies-to: version-updates
|
|
|
|
patterns:
|
|
|
|
- '*'
|
2024-11-02 07:45:02 +08:00
|
|
|
|
|
|
|
- package-ecosystem: npm
|
|
|
|
directory: /tools/lint-md
|
|
|
|
schedule:
|
|
|
|
interval: monthly
|
|
|
|
commit-message:
|
|
|
|
prefix: tools
|
2025-01-04 03:25:17 +08:00
|
|
|
open-pull-requests-limit: ${{secrets.OPEN_PR_LIMIT}}
|
2024-11-02 07:45:02 +08:00
|
|
|
groups:
|
|
|
|
lint-md:
|
|
|
|
applies-to: version-updates
|
|
|
|
patterns:
|
|
|
|
- '*'
|