We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 18892f6 + 9ddb740 commit 4582430Copy full SHA for 4582430
.github/workflows/renovate.yaml
@@ -11,7 +11,7 @@ jobs:
11
- name: Checkout
12
uses: actions/checkout@v3.0.2
13
- name: Self-hosted Renovate
14
- uses: renovatebot/github-action@v32.60.0
+ uses: renovatebot/github-action@v32.62.1
15
with:
16
configurationFile: .github/renovate.json
17
token: ${{ secrets.RENOVATE_TOKEN }}
apps/templates/memcached.yaml
@@ -20,7 +20,7 @@ spec:
20
source:
21
chart: memcached
22
repoURL: https://charts.bitnami.com/bitnami
23
- targetRevision: 6.0.17
+ targetRevision: 6.0.18
24
helm:
25
releaseName: memcached
26
values: |
global/versions.tf
@@ -1,5 +1,5 @@
1
terraform {
2
- required_version = "~> 1.1.2"
+ required_version = "~> 1.2.0"
3
4
backend "remote" {
5
hostname = "app.terraform.io"
0 commit comments