mirror of
https://github.com/julia-actions/julia-runtest.git
synced 2026-02-12 11:06:54 +08:00
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
This commit is contained in:
13
.github/dependabot.yml
vendored
13
.github/dependabot.yml
vendored
@@ -1,6 +1,11 @@
|
|||||||
version: 2
|
version: 2
|
||||||
updates:
|
updates:
|
||||||
- package-ecosystem: 'github-actions'
|
- package-ecosystem: github-actions
|
||||||
directory: '/'
|
directory: /
|
||||||
schedule:
|
schedule:
|
||||||
interval: 'monthly'
|
interval: monthly
|
||||||
|
open-pull-requests-limit: 99
|
||||||
|
labels:
|
||||||
|
- dependencies
|
||||||
|
- github-actions
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user