Skip to content

Commit

Permalink
chore(deps): update patch-grouped (#46)
Browse files Browse the repository at this point in the history
| datasource      | package            | from   | to     |
| --------------- | ------------------ | ------ | ------ |
| github-releases | rhysd/actionlint   | 1.7.3  | 1.7.4  |
| github-releases | camunda/camunda    | 8.6.4  | 8.6.5  |
| github-releases | camunda/connectors | 8.6.3  | 8.6.4  |
| github-tags     | golang/go          | 1.23.2 | 1.23.3 |
| github-tags     | rhysd/actionlint   | 1.7.3  | 1.7.4  |
| github-tags     | rhysd/actionlint   | v1.7.3 | v1.7.4 |

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Nov 11, 2024
1 parent 3ad81c5 commit a1465bf
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/aws_ec2_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,11 @@ jobs:
matrix:
camunda:
# renovate: datasource=github-releases depName=camunda/camunda versioning=regex:^8\.6?(\.(?<patch>\d+))?$
- 8.6.4
- 8.6.5
- 8.7.0-SNAPSHOT
include:
# renovate: datasource=github-releases depName=camunda/camunda versioning=regex:^8\.6?(\.(?<patch>\d+))?$
- camunda: 8.6.4
- camunda: 8.6.5
previous_camunda: 8.6.2
- camunda: 8.7.0-SNAPSHOT
previous_camunda: 8.6.2
Expand Down
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ repos:
- id: detect-private-key

- repo: https://github.com/rhysd/actionlint
rev: v1.7.3
rev: v1.7.4
hooks:
- id: actionlint-docker

Expand Down
4 changes: 2 additions & 2 deletions .tool-versions
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@
awscli 2.19.4

# renovate: datasource=github-tags depName=rhysd/actionlint
actionlint 1.7.3
actionlint 1.7.4

delta 0.18.2

golang 1.23.2
golang 1.23.3

jq 1.7.1

Expand Down
4 changes: 2 additions & 2 deletions aws/ec2/scripts/camunda-install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ set -euo pipefail
# Executed on remote host, defaults should be set here or env vars preconfigured on remote host
OPENJDK_VERSION=${OPENJDK_VERSION:-"21"}
# renovate: datasource=github-releases depName=camunda/camunda versioning=regex:^8\.6?(\.(?<patch>\d+))?$
CAMUNDA_VERSION=${CAMUNDA_VERSION:-"8.6.4"}
CAMUNDA_VERSION=${CAMUNDA_VERSION:-"8.6.5"}
# renovate: datasource=github-releases depName=camunda/connectors versioning=regex:^8\.6?(\.(?<patch>\d+))?$
CAMUNDA_CONNECTORS_VERSION=${CAMUNDA_CONNECTORS_VERSION:-"8.6.3"}
CAMUNDA_CONNECTORS_VERSION=${CAMUNDA_CONNECTORS_VERSION:-"8.6.4"}
MNT_DIR=${MNT_DIR:-"/opt/camunda"}
USERNAME=${USERNAME:-"camunda"}
JAVA_OPTS="${JAVA_OPTS:- -Xmx512m}" # Default Java options, required to run commands as remote user
Expand Down

0 comments on commit a1465bf

Please sign in to comment.