Skip to content

Commit

Permalink
Merge pull request #5 from bat-bs/renovate-appVersion
Browse files Browse the repository at this point in the history
Add Auto Chart Version Bump
  • Loading branch information
hofq authored Feb 21, 2024
2 parents d50683c + 8c945d5 commit 12dc8af
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 3 deletions.
2 changes: 2 additions & 0 deletions charts/librechat/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ version: 0.1.1
# incremented each time you make changes to the application. Versions are not expected to
# follow Semantic Versioning. They should reflect the version the application is using.
# It is recommended to use it with quotes.

# renovate: image=ghcr.io/danny-avila/librechat
appVersion: "v0.6.9"

home: https://blue-atlas.de
Expand Down
17 changes: 14 additions & 3 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,17 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:recommended"
]
}
"config:recommended",
"config:base"
],
"regexManagers": [
{
"fileMatch": ["(^|/)Chart\\.yaml$"],
"matchStrings": [
"#\\s?renovate: image=(?<depName>.*?)\\s?appVersion:\\s?\\\"?(?<currentValue>[\\w+\\.\\-]*)"
],
"datasourceTemplate": "docker"
}
],
"bumpVersion": "minor"
}

0 comments on commit 12dc8af

Please sign in to comment.