Skip to content

Commit 70ea4f3

Browse files
authored
Merge pull request #37 from voxpupuli/modulesync
chore: Modulesync (92cac5a)
2 parents fe25aac + 3f7e4a7 commit 70ea4f3

File tree

2 files changed

+9
-8
lines changed

2 files changed

+9
-8
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ on:
1212
jobs:
1313
release:
1414
name: Release
15+
permissions:
16+
contents: read
1517
uses: voxpupuli/crafty/.github/workflows/release.yml@main
1618
with:
1719
allowed_owner: voxpupuli

renovate.json

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -7,32 +7,31 @@
77
{
88
"customType": "regex",
99
"datasourceTemplate": "rubygems",
10-
"fileMatch": [
11-
"build_versions.yaml"
10+
"managerFilePatterns": [
11+
"/build_versions.yaml/"
1212
],
1313
"matchStrings": [
14-
"rubygem_(?<depName>[a-z0-9_]+):\\s+'(?<currentValue>\\d+\\.\\d+\\.\\d+)'"
14+
"rubygem_(?<depName>[a-z0-9_-]+):\\s+'(?<currentValue>\\d+\\.\\d+\\.\\d+)'"
1515
]
1616
},
1717
{
1818
"customType": "regex",
1919
"datasourceTemplate": "deb",
20-
"fileMatch": [
21-
"build_versions.yaml"
20+
"managerFilePatterns": [
21+
"/build_versions.yaml/"
2222
],
2323
"matchStrings": [
2424
"#\\s*renovate:\\s*depName=(?<depName>.*?)\\s*openVoxRelease=(?<openVoxRelease>\\d+)\\s*\\n\\s*(?<key>\\w+_version):\\s*\"(?<currentValue>.*?)\""
2525
],
26-
"registryUrlTemplate": "https://apt.overlookinfratech.com?suite=ubuntu24.04&components=openvox{{openVoxRelease}}&binaryArch=amd64"
26+
"registryUrlTemplate": "https://apt.voxpupuli.org?suite=ubuntu24.04&components=openvox{{openVoxRelease}}&binaryArch=amd64"
2727
}
2828
],
2929
"extends": [
3030
"config:recommended"
3131
],
3232
"addLabels": [
3333
"dependencies",
34-
"renovate",
35-
"github_actions"
34+
"renovate"
3635
],
3736
"vulnerabilityAlerts": {
3837
"enabled": true,

0 commit comments

Comments
 (0)