File tree Expand file tree Collapse file tree 2 files changed +31
-2
lines changed
Expand file tree Collapse file tree 2 files changed +31
-2
lines changed Original file line number Diff line number Diff line change 1212 runs-on : ubuntu-latest
1313 steps :
1414 - name : Download Earthly.
15- uses : earthly/actions-setup@v1
15+ uses : earthly/actions-setup@c406dd71d68ea713c1cff147005993ef54c9deed # v1.0.3
1616 with :
1717 version : v0.8.15
1818 - name : Checkout code.
2424 runs-on : ubuntu-latest
2525 steps :
2626 - name : Download Earthly.
27- uses : earthly/actions-setup@v1
27+ uses : earthly/actions-setup@c406dd71d68ea713c1cff147005993ef54c9deed # v1.0.3
2828 with :
2929 version : v0.8.15
3030 - name : Checkout code.
Original file line number Diff line number Diff line change 22 "$schema" : " https://docs.renovatebot.com/renovate-schema.json" ,
33 "extends" : [
44 " config:best-practices"
5+ ],
6+ "dockerfile" : {
7+ "fileMatch" : [
8+ " (^|/)Earthfile$" ,
9+ " (^|/|\\ .)Dockerfile$" ,
10+ " (^|/)Dockerfile[^/]*$"
11+ ]
12+ },
13+ "customManagers" : [
14+ {
15+ "customType" : " regex" ,
16+ "fileMatch" : [
17+ " ^Earthfile$"
18+ ],
19+ "matchStrings" : [
20+ " # renovate: datasource=(?<datasource>.*?) depName=(?<depName>.*?)( versioning=(?<versioning>.*?))?\\ s.+_VERSION=\" (?<currentValue>.*?)\"\\ s"
21+ ]
22+ },
23+ {
24+ "customType" : " regex" ,
25+ "fileMatch" : [
26+ " ^[.]github/workflows/"
27+ ],
28+ "matchStrings" : [
29+ " .*version: (?<currentValue>.*?)\\ s"
30+ ],
31+ "datasourceTemplate" : " docker" ,
32+ "depNameTemplate" : " earthly/earthly"
33+ }
534 ]
635}
You can’t perform that action at this time.
0 commit comments