Skip to content

Commit

Permalink
add renovate config
Browse files Browse the repository at this point in the history
  • Loading branch information
lu1as committed Mar 29, 2023
1 parent 2208531 commit de4353e
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .renovaterc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"enabled": true,
"regexManagers": [
{
"fileMatch": [
"(^|/)Chart\\.ya?ml$"
],
"matchStrings": [
"depName=(?<depName>.*)\\s(version|appVersion): \"?(?<currentValue>[0-9a-z.]+)\"?"
],
"datasourceTemplate": "docker"
}
]
}
1 change: 1 addition & 0 deletions charts/node-upgrade-channel/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ 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.
# depName=ghcr.io/nimbolus/k8s-openstack-node-upgrade-agent
appVersion: "0.1.0"

home: https://github.com/nimbolus/k8s-openstack-node-upgrade-agent
Expand Down
1 change: 1 addition & 0 deletions charts/system-upgrade-controller/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ version: 0.2.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.
# depName=docker.io/rancher/system-upgrade-controller
appVersion: "v0.9.1"

home: https://github.com/rancher/system-upgrade-controller
Expand Down
1 change: 1 addition & 0 deletions charts/terraform-backend/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ 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.
# depName=ghcr.io/nimbolus/terraform-backend
appVersion: "0.1.1"

home: https://github.com/nimbolus/terraform-backend
Expand Down

0 comments on commit de4353e

Please sign in to comment.