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 8a6318b commit ec406f9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/renovate/customManagers.json5
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
"matchStrings": [
"(\"renovate::dataSource\":\\s*\"(?<datasource>[^\"]+)\",)?\\s*(\"renovate::depName\":\\s*\"(?<depName>[^\"]+)\",)?\\s*(\"renovate::packageName\":\\s*\"(?<packageName>[^\"]+)\",)?\\s*(\"renovate::versioning\":\\s*\"(?<versioning>[^\"]+)\",)?\\s*\"version\":\\s*\"(?<currentValue>[^\"]+)\""
],
"extractVersionTemplate": "^[^\\d]+(?<version>(?:\\d\\.)+\\d).*$",
"datasourceTemplate": "{{#if datasource}}{{{datasource}}}{{else}}docker{{/if}}",
"versioningTemplate": "{{#if versioning}}{{{versioning}}}{{else}}semver-coerced{{/if}}"
}, {
Expand Down
2 changes: 1 addition & 1 deletion apps/firefly-iii/metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"name": "stable",
"renovate::dataSource": "docker",
"renovate::depName": "fireflyiii/core",
"version": "6.0.30",
"version": "version-6.0.30",
"platforms": [
"linux/amd64",
"linux/arm64"
Expand Down

0 comments on commit ec406f9

Please sign in to comment.