Skip to content

Commit 9048488

Browse files
committed
fix: ci and renovate
Signed-off-by: Niccolò Fei <niccolo.fei@enterprisedb.com>
1 parent 691cb2f commit 9048488

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.github/workflows/update_os_libraries.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
- name: Fetch extensions
3434
id: get-extensions
3535
run: |
36-
EXTENSIONS_JSON=$(dagger call -m ./dagger/maintenance/ update-oslibs-targets)
36+
EXTENSIONS_JSON=$(dagger call -m ./dagger/maintenance/ get-oslibs-targets)
3737
echo "extensions=$EXTENSIONS_JSON" >> $GITHUB_OUTPUT
3838
3939
update-extension-os-libs:
@@ -64,7 +64,7 @@ jobs:
6464
6565
- name: Update OS libs for ${{ matrix.extension }}
6666
run: |
67-
dagger call -m ./dagger/maintenance/ update-oslibs --target ${{ matrix.extension }} \
67+
dagger call -m ./dagger/maintenance/ update-oslibs --target ${{ matrix.extension }} \
6868
export --path .
6969
7070
- name: Diff

renovate.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
33
"extends": [
44
"config:recommended",
5-
"docker:pinDigests"
5+
"docker:pinDigests",
6+
"customManagers:githubActionsVersions"
67
],
78
"enabledManagers": [
89
"github-actions",

0 commit comments

Comments
 (0)