7 Star 28 Fork 17

Gitee 极速下载/Jaeger

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
此仓库是为了提升国内下载速度的镜像仓库,每日同步一次。 原始仓库: https://github.com/jaegertracing/jaeger
克隆/下载
renovate.json 2.42 KB
一键复制 编辑 原始数据 按行查看 历史
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:best-practices",
":gitSignOff"
],
"labels": [
"changelog:dependencies"
],
"postUpdateOptions": [
"gomodTidy",
"gomodUpdateImportPaths"
],
"suppressNotifications": [
"prEditedNotification"
],
"schedule": [
"on the first day of the month"
],
"packageRules": [
{
"matchFileNames": [
"docker-compose/**/docker-compose.y*ml"
],
"matchUpdateTypes": [
"major",
"patch",
"digest"
],
"enabled": false
},
{
"matchManagers": [
"github-actions"
],
"groupName": "github-actions deps"
},
{
"matchManagers": [
"github-actions"
],
"matchUpdateTypes": [
"patch",
"digest"
],
"enabled": false
},
{
"groupName": "All OTEL SDK + contrib packages",
"groupSlug": "go-otel-sdk",
"matchDatasources": [
"go"
],
"matchPackageNames": [
"go.opentelemetry.io/otel/**",
"go.opentelemetry.io/contrib/**",
"github.com/open-telemetry/opentelemetry-go-contrib/**"
]
},
{
"groupName": "All OTEL Collector packages",
"matchManagers": [
"gomod"
],
"matchPackageNames": [
"go.opentelemetry.io/collector{/,}**"
]
},
{
"groupName": "All OTEL Collector contrib packages",
"matchManagers": [
"gomod"
],
"matchPackageNames": [
"github.com/open-telemetry/opentelemetry-collector-contrib{/,}**"
]
},
{
"groupName": "All google.golang.org packages",
"matchManagers": [
"gomod"
],
"matchSourceUrls": [
"google.golang.org{/,}**"
]
},
{
"groupName": "All golang.org/x packages",
"matchManagers": [
"gomod"
],
"matchPackageNames": [
"golang.org/x{/,}**"
]
},
{
"groupName": "All github.com/prometheus packages",
"matchManagers": [
"gomod"
],
"matchPackageNames": [
"github.com/prometheus{/,}**"
]
},
{
"groupName": "Exclude frequent tools upgrades",
"matchDatasources": [
"go"
],
"matchPackageNames": [
"github.com/vektra/mockery/**"
],
"matchUpdateTypes": [
"patch"
],
"enabled": false
}
]
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/mirrors/Jaeger.git
git@gitee.com:mirrors/Jaeger.git
mirrors
Jaeger
Jaeger
main

搜索帮助