forked from grafana/mimir
-
Notifications
You must be signed in to change notification settings - Fork 0
/
renovate.json
37 lines (37 loc) · 1.05 KB
/
renovate.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:base"
],
"baseBranches": ["main", "release-2.12", "release-2.11", "release-2.10"],
"postUpdateOptions": [
"gomodTidy",
"gomodUpdateImportPaths"
],
"schedule": ["before 9am on Monday"],
"packageRules": [
{
"matchBaseBranches": ["release-2.12","release-2.11","release-2.10"],
"packagePatterns": ["*"],
"enabled": false
},
{
"matchPackageNames": [
"github.com/grafana/mimir-prometheus",
"github.com/grafana/memberlist",
"github.com/grafana/regexp",
"github.com/colega/go-yaml-yaml",
"github.com/grafana/goautoneg",
"github.com/grafana/opentracing-contrib-go-stdlib",
"github.com/charleskorn/go-grpc"
],
"enabled": false
}
],
"branchPrefix": "deps-update/",
"vulnerabilityAlerts": {
"enabled": true,
"labels": ["security-update"]
},
"osvVulnerabilityAlerts": true
}