Skip to content

Commit 574131f

Browse files
authored
Merge pull request #139 from voxpupuli/modulesync
chore: Modulesync (92cac5a)
2 parents 4826a3c + 22e5cfb commit 574131f

File tree

2 files changed

+13
-4
lines changed

2 files changed

+13
-4
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,11 @@ on:
99
tags:
1010
- '*'
1111

12-
permissions:
13-
contents: read
14-
1512
jobs:
1613
release:
1714
name: Release
15+
permissions:
16+
contents: read
1817
uses: voxpupuli/crafty/.github/workflows/release.yml@main
1918
with:
2019
allowed_owner: voxpupuli

renovate.json

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,24 @@
1313
"matchStrings": [
1414
"rubygem_(?<depName>[a-z0-9_-]+):\\s+'(?<currentValue>\\d+\\.\\d+\\.\\d+)'"
1515
]
16+
},
17+
{
18+
"customType": "regex",
19+
"datasourceTemplate": "deb",
20+
"managerFilePatterns": [
21+
"/build_versions.yaml/"
22+
],
23+
"matchStrings": [
24+
"#\\s*renovate:\\s*depName=(?<depName>.*?)\\s*openVoxRelease=(?<openVoxRelease>\\d+)\\s*\\n\\s*(?<key>\\w+_version):\\s*\"(?<currentValue>.*?)\""
25+
],
26+
"registryUrlTemplate": "https://apt.voxpupuli.org?suite=ubuntu24.04&components=openvox{{openVoxRelease}}&binaryArch=amd64"
1627
}
1728
],
1829
"extends": [
1930
"config:recommended"
2031
],
2132
"addLabels": [
2233
"dependencies",
23-
"github_actions",
2434
"renovate"
2535
],
2636
"vulnerabilityAlerts": {

0 commit comments

Comments
 (0)