Skip to content

Commit 5331e03

Browse files
authored
Merge pull request #40 from OpenVoxProject/modulesync
chore: Modulesync
2 parents fd28a30 + a5b49a1 commit 5331e03

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

.github/workflows/labeler.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# Managed by modulesync - DO NOT EDIT
33
# https://voxpupuli.org/docs/updating-files-managed-with-modulesync/
44

5-
name: Labeler 🏷️
5+
name: 🏷️ Pull Request Labeler
66

77
on:
88
- pull_request_target

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# Managed by modulesync - DO NOT EDIT
33
# https://voxpupuli.org/docs/updating-files-managed-with-modulesync/
44

5-
name: Release 🚀
5+
name: 🚀 Release
66

77
on:
88
push:

renovate.json

+6-1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
"extends": [
44
"config:recommended"
55
],
6+
"labels": ["dependencies", "renovate", "github_actions"],
67
"customManagers": [
78
{
89
"customType": "regex",
@@ -19,5 +20,9 @@
1920
"registryUrlTemplate": "https://apt.overlookinfratech.com?suite=ubuntu24.04&components=openvox{{openVoxRelease}}&binaryArch=amd64",
2021
"datasourceTemplate": "deb"
2122
}
22-
]
23+
],
24+
"vulnerabilityAlerts": {
25+
"enabled": true,
26+
"labels": ["security"]
27+
}
2328
}

0 commit comments

Comments
 (0)