Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
ajgon committed Aug 14, 2024
1 parent bfa1af8 commit cbf5cfc
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/renovate/customManagers.json5
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@
"apps/.+/metadata\\.json$"
],
"matchStrings": [
"(\"renovate::dataSource\":\\s*\"(?<datasource>[^\"]+)\",)?\\s*(\"renovate::depName\":\\s*\"(?<depName>[^\"]+)\",)?\\s*(\"renovate::packageName\":\\s*\"(?<packageName>[^\"]+)\",)?\\s*(\"renovate::versioning\":\\s*\"(?<versioning>[^\"]+)\",)?\\s*\"version\":\\s*\"(?<currentValue>[^\"]+)\""
"(\"renovate::dataSource\":\\s*\"(?<datasource>[^\"]+)\",)?\\s*(\"renovate::depName\":\\s*\"(?<depName>[^\"]+)\",)?\\s*(\"renovate::packageName\":\\s*\"(?<packageName>[^\"]+)\",)?\\s*(\"renovate::versionCompatibility\":\\s*\"(?<versionCompatibility>[^\"]+)\",)?\\s*(\"renovate::versioning\":\\s*\"(?<versioning>[^\"]+)\",)?\\s*\"version\":\\s*\"(?<currentValue>[^\"]+)\""
],
"extractVersionTemplate": "^[^\\d]*(?<version>(?:\\d\\.)+\\d).*$",
// "extractVersionTemplate": "^[^\\d]*(?<version>(?:\\d\\.)+\\d).*$",
"datasourceTemplate": "{{#if datasource}}{{{datasource}}}{{else}}docker{{/if}}",
"versioningTemplate": "{{#if versioning}}{{{versioning}}}{{else}}semver-coerced{{/if}}"
}, {
Expand Down
1 change: 1 addition & 0 deletions apps/firefly-iii/metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
"name": "stable",
"renovate::dataSource": "docker",
"renovate::depName": "fireflyiii/core",
"renovate::versionCompatibility": "^(?<compatibility>version-)(?<version>\\d.\\d.\\d)",
"version": "6.0.30",
"platforms": [
"linux/amd64",
Expand Down
1 change: 1 addition & 0 deletions apps/talosctl/metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
"name": "stable",
"renovate::dataSource": "docker",
"renovate::depName": "ghcr.io/siderolabs/talosctl",
"renovate::versionCompatibility": "^(?<compatibility>v)(?<version>\\d.\\d.\\d)",
"version": "1.7.5",
"platforms": [
"linux/amd64",
Expand Down

0 comments on commit cbf5cfc

Please sign in to comment.