From a5b49a1edba4cd1c4daf154e8964add17da44179 Mon Sep 17 00:00:00 2001 From: Robert Waffen Date: Fri, 11 Apr 2025 10:33:38 +0200 Subject: [PATCH] chore: Modulesync update --- .github/workflows/labeler.yml | 2 +- .github/workflows/release.yml | 2 +- renovate.json | 7 ++++++- 3 files changed, 8 insertions(+), 3 deletions(-) diff --git a/.github/workflows/labeler.yml b/.github/workflows/labeler.yml index 08dbf6c..013bb23 100644 --- a/.github/workflows/labeler.yml +++ b/.github/workflows/labeler.yml @@ -2,7 +2,7 @@ # Managed by modulesync - DO NOT EDIT # https://voxpupuli.org/docs/updating-files-managed-with-modulesync/ -name: Labeler 🏷️ +name: 🏷️ Pull Request Labeler on: - pull_request_target diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 34d317a..549de9c 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -2,7 +2,7 @@ # Managed by modulesync - DO NOT EDIT # https://voxpupuli.org/docs/updating-files-managed-with-modulesync/ -name: Release 🚀 +name: 🚀 Release on: push: diff --git a/renovate.json b/renovate.json index e7d2fa5..2de7026 100644 --- a/renovate.json +++ b/renovate.json @@ -3,6 +3,7 @@ "extends": [ "config:recommended" ], + "labels": ["dependencies", "renovate", "github_actions"], "customManagers": [ { "customType": "regex", @@ -19,5 +20,9 @@ "registryUrlTemplate": "https://apt.overlookinfratech.com?suite=ubuntu24.04&components=openvox{{openVoxRelease}}&binaryArch=amd64", "datasourceTemplate": "deb" } - ] + ], + "vulnerabilityAlerts": { + "enabled": true, + "labels": ["security"] + } }