Skip to content

Commit

Permalink
fix(vendors): update elstudio presets
Browse files Browse the repository at this point in the history
  • Loading branch information
marcusrbrown committed Dec 16, 2023
1 parent de9a755 commit 6f1447f
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions vendors.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,19 +54,19 @@
"customManagers": [
{
"customType": "regex",
"autoReplaceStringTemplate": "uses: {{depName}}@{{#if newDigest}}{{newDigest}}{{#if newValue}} # {{newValue}}{{/if}}{{/if}}{{#unless newDigest}}{{newValue}}{{/unless}}",
"currentValueTemplate": "v3-beta",
"datasourceTemplate": "git-refs",
"depTypeTemplate": "action",
"fileMatch": [
"^(workflow-templates|\\.github/(?:workflows|actions))/[^/]+\\.ya?ml$",
"^\\.github/(?:workflows|actions)/.+\\.ya?ml$",
"(^|/)action\\.ya?ml$"
],
"matchStrings": [
"uses:\\s+(?<depName>elstudio\\/actions-settings)@(?<currentDigest>[a-f0-9]+)",
"uses:\\s+(?<depName>elstudio\\/actions-settings)@(?<currentValue>v3-beta)"
"uses:\\s+(?<depName>elstudio\\/actions-settings(?<path>\\/.*)?)@(?<currentDigest>[a-f0-9]+)",
"uses:\\s+(?<depName>elstudio\\/actions-settings(?<path>\\/.*)?)@(?<currentValue>v3-beta)"
],
"packageNameTemplate": "https://github.com/elstudio/actions-settings"
"currentValueTemplate": "v3-beta",
"autoReplaceStringTemplate": "uses: {{depName}}@{{#if newDigest}}{{newDigest}}{{#if newValue}} # {{newValue}}{{/if}}{{/if}}{{#unless newDigest}}{{newValue}}{{/unless}}",
"packageNameTemplate": "https://github.com/elstudio/actions-settings",
"depTypeTemplate": "action",
"datasourceTemplate": "git-refs"
}
]
},
Expand Down

0 comments on commit 6f1447f

Please sign in to comment.