Skip to content

Commit

Permalink
chore: fixed renovate config (#367)
Browse files Browse the repository at this point in the history
* chore: fixed renovate config

* chore: bump chart version
  • Loading branch information
kvanzuijlen committed Mar 24, 2024
1 parent 656cf40 commit 6ff20ce
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 17 deletions.
16 changes: 9 additions & 7 deletions .github/renovate.json5
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
$schema: "https://docs.renovatebot.com/renovate-schema.json",
extends: [
"config:base",
"schedule:daily",
Expand All @@ -14,12 +15,13 @@
"security",
],
},
"regexManagers": [
customManagers: [
{
"fileMatch": ["\\.yaml$"],
"matchStrings": [
"# ?renovate datasource=(?<datasource>.+?) depName=(?<depName>.+)\\n.+: [\"']?(?<currentValue>.+?)[\"']?\\n"
]
}
]
customType: "regex",
fileMatch: ["\\.yaml$"],
matchStrings: [
"# renovate: datasource=(?<datasource>.+?) depName=(?<depName>.+?)( packageName=(?<packageName>.+))?\\s.+: [\"']?(?<currentValue>.+?)[\"']?\\s",
],
},
],
}
4 changes: 3 additions & 1 deletion .github/workflows/lint-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,12 @@ jobs:
- name: Set up Helm
uses: azure/setup-helm@v4
with:
version: v3.10.3 # renovate: datasource=github-releases depName=helm packageName=helm/helm
# renovate: datasource=github-tags depName=helm packageName=helm/helm
version: v3.10.3

- uses: actions/setup-python@v5
with:
# renovate: datasource=docker depName=python
python-version: '3.9'
check-latest: true

Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@ jobs:
- name: Install Helm
uses: azure/setup-helm@v4
with:
version: v3.10.3 # renovate: datasource=github-releases depName=helm packageName=helm/helm
# renovate: datasource=github-tags depName=helm packageName=helm/helm
version: v3.10.3

- name: Run chart-releaser
uses: helm/chart-releaser-action@v1.6.0
Expand Down
4 changes: 2 additions & 2 deletions charts/atlantis/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
apiVersion: v1
# renovate datasource=docker depName=ghcr.io/runatlantis/atlantis
# renovate: datasource=docker depName=ghcr.io/runatlantis/atlantis
appVersion: v0.27.0
description: A Helm chart for Atlantis https://www.runatlantis.io
name: atlantis
version: 4.23.4
version: 4.23.5
keywords:
- terraform
home: https://www.runatlantis.io
Expand Down
6 changes: 0 additions & 6 deletions renovate.json

This file was deleted.

0 comments on commit 6ff20ce

Please sign in to comment.