mirror of
https://github.com/julia-actions/setup-julia.git
synced 2026-02-11 18:46:53 +08:00
35 lines
714 B
YAML
35 lines
714 B
YAML
version: 2
|
|
updates:
|
|
- package-ecosystem: gitsubmodule
|
|
directory: "/"
|
|
schedule:
|
|
interval: monthly
|
|
open-pull-requests-limit: 99
|
|
groups:
|
|
# Group all Git submodules PRs into a single PR:
|
|
all-gitsubmodule-actions:
|
|
patterns:
|
|
- "*"
|
|
|
|
- package-ecosystem: 'github-actions'
|
|
directory: '/'
|
|
schedule:
|
|
interval: 'monthly'
|
|
open-pull-requests-limit: 99
|
|
groups:
|
|
# Group all GitHub Actions PRs into a single PR:
|
|
all-github-actions:
|
|
patterns:
|
|
- "*"
|
|
|
|
- package-ecosystem: npm
|
|
directory: "/"
|
|
schedule:
|
|
interval: monthly
|
|
open-pull-requests-limit: 99
|
|
groups:
|
|
# Group all NPM PRs into a single PR:
|
|
all-npm-actions:
|
|
patterns:
|
|
- "*"
|