File tree Expand file tree Collapse file tree 2 files changed +16
-1
lines changed
Expand file tree Collapse file tree 2 files changed +16
-1
lines changed Original file line number Diff line number Diff line change 22SHELL := /bin/bash
33ROOT_DIR := $(shell dirname $(realpath $(firstword $(MAKEFILE_LIST ) ) ) )
44
5- github_ref ?= refs/heads/main
5+ github_ref ?= 5c4f76696e63bf9e9a53d55521f4c18faa02ccf2
66oas_url := https://raw.githubusercontent.com/elastic/kibana/$(github_ref ) /oas_docs/output/kibana.yaml
77
88.PHONY : all
Original file line number Diff line number Diff line change 33 "extends" : [
44 " local>elastic/renovate-config"
55 ],
6+ "customManagers" : [
7+ {
8+ "customType" : " regex" ,
9+ "managerFilePatterns" : [" /^generated/kbapi/Makefile$/" ],
10+ "matchStrings" : [" github_ref \\ ?= (?<currentDigest>.*?)\\ n" ],
11+ "currentValueTemplate" : " main" ,
12+ "depNameTemplate" : " kibana-openapi-spec" ,
13+ "packageNameTemplate" : " https://github.com/elastic/kibana" ,
14+ "datasourceTemplate" : " git-refs"
15+ }
16+ ],
17+ "postUpgradeTasks" : {
18+ "commands" : [" make -C generated/kbapi all" ],
19+ "fileFilters" : [" generated/kbapi/Makefile" ]
20+ },
621 "automerge" : true ,
722 "automergeStrategy" : " squash" ,
823 "automergeType" : " branch" ,
You can’t perform that action at this time.
0 commit comments