Skip to content

Commit

Permalink
chore(renovate): update config
Browse files Browse the repository at this point in the history
  • Loading branch information
buroa committed Jan 10, 2025
1 parent 60c6f31 commit c03f79e
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/renovate/customManagers.json5
Original file line number Diff line number Diff line change
Expand Up @@ -5,17 +5,16 @@
customType: "regex",
description: ["Process YAML custom dependencies"],
fileMatch: [
"(^|/).taskfiles/.+\\.ya?ml$",
"(^|/)talos/.+\\.ya?ml$",
"(^|/)kubernetes/.+\\.ya?ml$",
],
matchStrings: [
// # renovate: depName=kubernetes/kubernetes datasource=github-releases
// version: 1.29.1
"depName=(?<depName>\\S+) datasource=(?<datasource>\\S+)\\n.+ (?<currentValue>(v|\\d)\\S+)",
"depName=(?<depName>\\S+) datasource=(?<datasource>\\S+)\\n.+ (?<currentValue>[v|\\d]\\S+)",
// # renovate: depName=rancher/system-upgrade-controller datasource=github-releases
// https://github.com/rancher/system-upgrade-controller/releases/download/v0.13.2/crd.yaml
"depName=(?<depName>\\S+) datasource=(?<datasource>\\S+)\\n.+/(?<currentValue>(v|\\d)[^/]+)",
"depName=(?<depName>\\S+) datasource=(?<datasource>\\S+)\\n.+/(?<currentValue>[v|\\d][^/]+)",
],
datasourceTemplate: "{{#if datasource}}{{{datasource}}}{{else}}github-releases{{/if}}",
},
Expand Down

0 comments on commit c03f79e

Please sign in to comment.