File tree Expand file tree Collapse file tree 1 file changed +22
-1
lines changed Expand file tree Collapse file tree 1 file changed +22
-1
lines changed Original file line number Diff line number Diff line change 11{
22 "$schema" : " https://docs.renovatebot.com/renovate-schema.json" ,
33 "extends" : [
4- " github>elastic/renovate-config:only-chainguard" ,
54 " github>elastic/renovate-config:ci-agent-images" ,
65 " :disableDependencyDashboard"
76 ],
87 "schedule" : [
98 " after 1pm on tuesday"
109 ],
10+
11+ "includePaths" : [
12+ " .buildkite/pipelines/pull-request/pr-upgrade.yml" ,
13+ " distribution/docker/src/docker/dockerfiles/wolfi/Dockerfile"
14+ ],
15+
1116 "labels" : [
1217 " >non-issue" ,
1318 " :Delivery/Packaging" ,
2227 " 8.19" ,
2328 " 8.18" ,
2429 " 7.17"
30+ ],
31+ "packageRules" : [
32+ {
33+ "description" : " Don't manage dependencies by default" ,
34+ "matchPackageNames" : [
35+ " *"
36+ ],
37+ "enabled" : false
38+ },
39+ {
40+ "description" : " Explicitly enable Elastic Docker updates" ,
41+ "matchPackageNames" : [
42+ " /docker.elastic.co/.*/"
43+ ],
44+ "enabled" : true
45+ }
2546 ]
2647}
You can’t perform that action at this time.
0 commit comments