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"] + } }