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 (#113)
* CI: Only run Dependabot once per month, but make the open-PR-limit very large * Format YAML
This commit is contained in:
11
.github/dependabot.yml
vendored
11
.github/dependabot.yml
vendored
@@ -1,6 +1,11 @@
|
||||
version: 2
|
||||
updates:
|
||||
- package-ecosystem: 'github-actions'
|
||||
directory: '/'
|
||||
- package-ecosystem: github-actions
|
||||
directory: /
|
||||
schedule:
|
||||
interval: 'monthly'
|
||||
interval: monthly
|
||||
open-pull-requests-limit: 99
|
||||
labels:
|
||||
- dependencies
|
||||
- github-actions
|
||||
|
||||
|
||||
Reference in New Issue
Block a user