mirror of
https://github.com/JuliaLang/julia.git
synced 2026-03-27 01:18:35 +00:00
66 lines
1.8 KiB
YAML
66 lines
1.8 KiB
YAML
version: 2
|
|
updates:
|
|
- package-ecosystem: "github-actions"
|
|
target-branch: "master"
|
|
directory: "/"
|
|
schedule:
|
|
interval: "monthly"
|
|
open-pull-requests-limit: 100
|
|
labels:
|
|
- "dependencies"
|
|
- "github-actions"
|
|
- "ci"
|
|
# Dependabot doesn't yet support wildcards in `target-branch`, so we have to list each release branch manually.
|
|
# https://github.com/dependabot/dependabot-core/issues/6890
|
|
# https://github.com/dependabot/dependabot-core/issues/2511
|
|
#
|
|
# Docs for prefix: https://docs.github.com/en/code-security/reference/supply-chain-security/dependabot-options-reference#prefix
|
|
- package-ecosystem: "github-actions"
|
|
target-branch: "release-1.10"
|
|
commit-message:
|
|
prefix: "[release-1.10] "
|
|
directory: "/"
|
|
schedule:
|
|
interval: "monthly"
|
|
open-pull-requests-limit: 100
|
|
labels:
|
|
- "dependencies"
|
|
- "github-actions"
|
|
- "ci"
|
|
- package-ecosystem: "github-actions"
|
|
target-branch: "release-1.11"
|
|
commit-message:
|
|
prefix: "[release-1.11] "
|
|
directory: "/"
|
|
schedule:
|
|
interval: "monthly"
|
|
open-pull-requests-limit: 100
|
|
labels:
|
|
- "dependencies"
|
|
- "github-actions"
|
|
- "ci"
|
|
- package-ecosystem: "github-actions"
|
|
target-branch: "release-1.12"
|
|
commit-message:
|
|
prefix: "[release-1.12] "
|
|
directory: "/"
|
|
schedule:
|
|
interval: "monthly"
|
|
open-pull-requests-limit: 100
|
|
labels:
|
|
- "dependencies"
|
|
- "github-actions"
|
|
- "ci"
|
|
- package-ecosystem: "github-actions"
|
|
target-branch: "release-1.13"
|
|
commit-message:
|
|
prefix: "[release-1.13] "
|
|
directory: "/"
|
|
schedule:
|
|
interval: "monthly"
|
|
open-pull-requests-limit: 100
|
|
labels:
|
|
- "dependencies"
|
|
- "github-actions"
|
|
- "ci"
|