From c92ded726f8496308569557a93012b6ab059b80e Mon Sep 17 00:00:00 2001 From: Robert Kaussow Date: Wed, 3 Apr 2024 09:48:14 +0200 Subject: [PATCH 1/3] Avoid brances in group names (#3589) Removes brackets from group names, as these are also used for branch names and brackets lead to problems with tab completion on the cli. --- .github/renovate.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/renovate.json b/.github/renovate.json index b38fc1202..241bdca25 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -8,12 +8,12 @@ "addLabels": ["devx"] }, { - "groupName": "golang (lang)", + "groupName": "golang-lang", "matchPackagePatterns": ["^golang$", "xgo"], "matchUpdateTypes": ["minor", "patch"] }, { - "groupName": "golang (packages)", + "groupName": "golang-packages", "matchManagers": ["gomod"], "matchUpdateTypes": ["minor", "patch"] }, From 781749605e0bc7849b6346daf2cf9064b431ca17 Mon Sep 17 00:00:00 2001 From: Robert Kaussow Date: Wed, 3 Apr 2024 16:19:52 +0200 Subject: [PATCH 2/3] Temp exclude huh/spinner from renovate (#3588) Ref: https://github.com/woodpecker-ci/woodpecker/pull/3585 There seems to be an issue in renovate when updating modules from a subdirectory of another module. I'll create an upstream issue/discussion later. --- .github/renovate.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/.github/renovate.json b/.github/renovate.json index 241bdca25..a5e92aba7 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -2,6 +2,16 @@ "$schema": "https://docs.renovatebot.com/renovate-schema.json", "extends": ["github>woodpecker-ci/renovate-config"], "packageRules": [ + { + "matchCurrentVersion": "<1.0.0", + "matchPackageNames": ["github.com/distribution/reference"], + "matchUpdateTypes": ["major", "minor"], + "dependencyDashboardApproval": true + }, + { + "matchPackageNames": ["github.com/charmbracelet/huh/spinner"], + "enabled": false + }, { "matchManagers": ["docker-compose"], "matchFileNames": ["docker-compose.gitpod.yml"], From 7b731d6b9ee146f13068e2836b0c80b2faef4542 Mon Sep 17 00:00:00 2001 From: Michael Date: Wed, 3 Apr 2024 16:36:23 +0000 Subject: [PATCH 3/3] Translated using Weblate (French) Currently translated at 100.0% (371 of 371 strings) Translation: Woodpecker CI/UI Translate-URL: http://translate.woodpecker-ci.org/projects/woodpecker-ci/ui/fr/ --- web/src/assets/locales/fr.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/web/src/assets/locales/fr.json b/web/src/assets/locales/fr.json index 014fc1ffe..63c50b788 100644 --- a/web/src/assets/locales/fr.json +++ b/web/src/assets/locales/fr.json @@ -390,6 +390,10 @@ "public": "Publique" }, "visibility": "Visibilité du projet" + }, + "allow_deploy": { + "allow": "Autoriser les déploiements", + "desc": "Autoriser les déploiements depuis les pipelines ayant réussis. À utiliser que si vous avez confiance dans les utilisateurs ayant un accès en écriture." } }, "not_allowed": "Vous n'êtes pas autorisé à accéder aux paramètres de ce dépôt",