Skip to content

Commit

Permalink
Update renovate.json
Browse files Browse the repository at this point in the history
Signed-off-by: Jan-Otto Kröpke <[email protected]>
  • Loading branch information
jkroepke authored Sep 8, 2024
1 parent 5be84c4 commit f4f3221
Showing 1 changed file with 14 additions and 5 deletions.
19 changes: 14 additions & 5 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,7 @@
"labels": [
"🛠️ dependencies"
],
"dependencyDashboardApproval": true,
"postUpdateOptions": [
"gomodTidy"
],
"dependencyDashboardApproval": true,
"ignoreDeps": [
"github.com/jkroepke/openvpn-auth-oauth2"
],
Expand All @@ -20,8 +17,20 @@
"matchManagers": [
"github-actions"
]
},
{
"groupName": "Go tools",
"matchPackagePatterns": [
"*"
],
"matchFileNames": [
"tools/**"
]
}
],
"postUpdateOptions": [
"gomodTidy"
],
"regexManagers": [
{
"fileMatch": [
Expand All @@ -31,7 +40,7 @@
"matchStrings": [
"\\s*#\\s?renovate: (?<datasource>.*?)=(?<depName>.*?)(\\s+versioning=(?<versioning>.*?))?\\s+[\\w+\\.\\-]+(?:[:=]|\\s+\\S+)\\s*[\\\"']?(?<currentValue>[\\w+\\.\\-]*)(?:@(?<currentDigest>sha256:[a-f0-9]+))?[\\\"']?"
],
"datasourceTemplate": "{{#if (equals datasource 'github')}}github-releases{{else}}{{{datasource}}}{{/if}}",
"datasourceTemplate": "{{#if (equals datasource 'github')}}github-tags{{else}}{{{datasource}}}{{/if}}",
"versioningTemplate": "{{#if (equals datasource 'docker')}}docker{{else if versioning}}{{{versioning}}}{{else}}semver{{/if}}"
}
]
Expand Down

0 comments on commit f4f3221

Please sign in to comment.