From 2db7dc41fe3ca0d3dbb90a17af4c1da866d7ff58 Mon Sep 17 00:00:00 2001 From: petitminion Date: Mon, 13 Jan 2025 23:13:55 +0000 Subject: [PATCH] update renovate config and desable tauri in makefile NOCHANGELOG --- .gitlab/renovate.json | 8 ++++---- Makefile | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.gitlab/renovate.json b/.gitlab/renovate.json index a4e7ec774..6a7466768 100644 --- a/.gitlab/renovate.json +++ b/.gitlab/renovate.json @@ -16,7 +16,7 @@ "ignoreDeps": ["$CI_REGISTRY/funkwhale/backend-test-docker"], "packageRules": [ { - "matchPaths": ["api/*", "front/*", "docs/*"], + "matchFileNames": ["api/*", "front/*", "docs/*"], "additionalBranchPrefix": "{{parentDir}}-", "semanticCommitScope": "{{parentDir}}" }, @@ -54,8 +54,8 @@ "addLabels": ["Area::Backend"] }, { - "matchPackagePatterns": ["^@vueuse/.*"], - "groupName": "vueuse" + "groupName": "vueuse", + "matchPackageNames": ["/^@vueuse/.*/"] }, { "matchPackageNames": ["channels", "channels-redis", "daphne"], @@ -66,7 +66,7 @@ "allowedVersions": "/\\d+[02468]$/" }, { - "matchFiles": ["deploy/docker-compose.yml"], + "matchFileNames": ["deploy/docker-compose.yml"], "matchPackageNames": ["postgres"], "postUpgradeTasks": { "commands": [ diff --git a/Makefile b/Makefile index 9f07f488c..55096db77 100644 --- a/Makefile +++ b/Makefile @@ -51,7 +51,7 @@ package: zip -q 'funkwhale-front.zip' -r front && \ rm -Rf front - cd '$(BUILD_DIR)' && \ - cp ../front/tauri/target/release/bundle/appimage/funkwhale_*.AppImage FunkwhaleDesktop.AppImage + # cd '$(BUILD_DIR)' && \ + # cp ../front/tauri/target/release/bundle/appimage/funkwhale_*.AppImage FunkwhaleDesktop.AppImage cd '$(BUILD_DIR)' && sha256sum * > SHA256SUMS