mirror of
https://github.com/julia-actions/julia-runtest.git
synced 2026-02-12 02:56:55 +08:00
* CI: Only run Dependabot once per month, but make the open-PR-limit very large * Format YAML
12 lines
203 B
YAML
12 lines
203 B
YAML
version: 2
|
|
updates:
|
|
- package-ecosystem: github-actions
|
|
directory: /
|
|
schedule:
|
|
interval: monthly
|
|
open-pull-requests-limit: 99
|
|
labels:
|
|
- dependencies
|
|
- github-actions
|
|
|