Skip to content

Commit 4582430

Browse files
authored
Merge pull request #82 from locmai/renovate-all-minor-patch
chore(deps): update all non-major dependencies
2 parents 18892f6 + 9ddb740 commit 4582430

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/renovate.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
- name: Checkout
1212
uses: actions/checkout@v3.0.2
1313
- name: Self-hosted Renovate
14-
uses: renovatebot/github-action@v32.60.0
14+
uses: renovatebot/github-action@v32.62.1
1515
with:
1616
configurationFile: .github/renovate.json
1717
token: ${{ secrets.RENOVATE_TOKEN }}

apps/templates/memcached.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ spec:
2020
source:
2121
chart: memcached
2222
repoURL: https://charts.bitnami.com/bitnami
23-
targetRevision: 6.0.17
23+
targetRevision: 6.0.18
2424
helm:
2525
releaseName: memcached
2626
values: |

global/versions.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
terraform {
2-
required_version = "~> 1.1.2"
2+
required_version = "~> 1.2.0"
33

44
backend "remote" {
55
hostname = "app.terraform.io"

0 commit comments

Comments
 (0)