Files
julia-runtest/.github/dependabot.yml
Dilum Aluthge 8b51a9e9c2 CI: Only run Dependabot once per month, but make the open-PR-limit very large (#113)
* CI: Only run Dependabot once per month, but make the open-PR-limit very large

* Format YAML
2024-06-19 17:58:53 +00:00

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