Skip to content

Commit 3d994dc

Browse files
committed
Revert "BUILD: WORKING COMMIT - DELETE"
This reverts commit dc5a979.
1 parent dc5a979 commit 3d994dc

File tree

2 files changed

+31
-2
lines changed

2 files changed

+31
-2
lines changed

.github/workflows/github-actions-workflows.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
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.
@@ -24,7 +24,7 @@ jobs:
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.

renovate.json

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,34 @@
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
}

0 commit comments

Comments
 (0)