Skip to content

Commit

Permalink
chore: add renovate to bump appVersion (runatlantis#268)
Browse files Browse the repository at this point in the history
* feat: renovate comment to bump app Version

* Create renovate.json5

* Update Chart.yaml
  • Loading branch information
nitrocode authored Mar 3, 2023
1 parent 36eaeae commit cfb3d03
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 0 deletions.
25 changes: 25 additions & 0 deletions .github/renovate.json5
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
{
extends: [
"config:base",
"schedule:daily",
],
commitMessageSuffix: " in {{packageFile}}",
dependencyDashboardAutoclose: true,
automerge: false,
platformAutomerge: false,
labels: ["dependencies"],
vulnerabilityAlerts: {
enabled: true,
labels: [
"security",
],
},
"regexManagers": [
{
"fileMatch": ["\\.yaml$"],
"matchStrings": [
"# ?renovate datasource=(?<datasource>.+?) depName=(?<depName>.+)\\n.+: [\"']?(?<currentValue>.+?)[\"']?\\n"
]
}
]
}
1 change: 1 addition & 0 deletions charts/atlantis/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
apiVersion: v1
# renovate datasource=docker depName=ghcr.io/runatlantis/atlantis
appVersion: v0.23.0
description: A Helm chart for Atlantis https://www.runatlantis.io
name: atlantis
Expand Down

0 comments on commit cfb3d03

Please sign in to comment.