Skip to content

Commit

Permalink
Embrace upstream Renovate custom presets
Browse files Browse the repository at this point in the history
  • Loading branch information
LeoColomb committed Oct 15, 2024
1 parent 8b2cb6d commit 35933a5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 14 deletions.
15 changes: 1 addition & 14 deletions .github/renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"extends": [
"mergeConfidence:all-badges",
"config:recommended",
"customManagers:helmChartYamlAppVersions",
":disableDependencyDashboard"
],
"labels": ["dependencies"],
Expand All @@ -28,20 +29,6 @@
"automerge": true
}
],
"customManagers": [
{
"customType": "regex",
"fileMatch": ["(^|/)Chart.yaml$"],
"matchStrings": [
"\\nname: (?<depName>.*?)\\n",
"\\nappVersion: \"(?<currentValue>.*?)\"\\n"
],
"matchStringsStrategy": "combination",
"depNameTemplate": "ghcr.io/yourls/{{{depName}}}",
"datasourceTemplate": "docker",
"versioningTemplate": "semver-coerced"
}
],
"github-actions": {
"enabled": false
}
Expand Down
1 change: 1 addition & 0 deletions charts/yourls/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ apiVersion: v2
version: 6.1.7
name: yourls
description: Your Own URL Shortener
# renovate: image=ghcr.io/yourls/yourls
appVersion: "1.9.2"
type: application
keywords:
Expand Down

0 comments on commit 35933a5

Please sign in to comment.