Skip to content

Commit cf5a3ee

Browse files
committed
Sync with WeblateOrg/meta
1 parent 9904a04 commit cf5a3ee

File tree

3 files changed

+11
-4
lines changed

3 files changed

+11
-4
lines changed

.github/renovate.json

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,9 +84,16 @@
8484
"(^|/)Chart\\.yaml$"
8585
],
8686
"matchStrings": [
87-
"#\\s?renovate: image=(?<depName>.*?)\\s?appVersion:\\s?\\\"?(?<currentValue>[\\w+\\.\\-]*)"
87+
"renovate: datasource=(?<datasource>.*?) depName=(?<depName>.*?)( versioning=(?<versioning>.*?))?\\s+appVersion: (?<currentValue>.*)\\s"
88+
]
89+
},
90+
{
91+
"fileMatch": [
92+
"^\\.github/workflows/[^/]+\\.ya?ml$"
8893
],
89-
"datasourceTemplate": "docker"
94+
"matchStrings": [
95+
"renovate: datasource=(?<datasource>.*?) depName=(?<depName>.*?)( versioning=(?<versioning>.*?))?\\s+version: (?<currentValue>.*)\\s"
96+
]
9097
},
9198
{
9299
"fileMatch": [

.github/workflows/label-sync.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
name: Sync labels
2222
runs-on: ubuntu-22.04
2323
steps:
24-
- uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4
24+
- uses: actions/checkout@v4
2525
- uses: srealmoreno/label-sync-action@v1
2626
with:
2727
clean-labels: true

.github/workflows/pre-commit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
runs-on: ubuntu-22.04
2222

2323
steps:
24-
- uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4
24+
- uses: actions/checkout@v4
2525
- uses: actions/cache@v3
2626
with:
2727
path: |

0 commit comments

Comments
 (0)