Skip to content

Commit 01ac688

Browse files
authored
Merge branch 'master' into ved-318-multiple-entries-system-site-route
2 parents e3aa06d + 44d411e commit 01ac688

9 files changed

Lines changed: 65 additions & 65 deletions

File tree

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
name: Dependabot Auto-Approve
2+
3+
on:
4+
pull_request_target:
5+
types: [opened, reopened, synchronize]
6+
7+
permissions:
8+
pull-requests: write
9+
10+
jobs:
11+
auto-approve:
12+
runs-on: ubuntu-latest
13+
steps:
14+
- name: Fetch Dependabot metadata
15+
id: metadata
16+
continue-on-error: true
17+
uses: dependabot/fetch-metadata@ffa630c65fa7e0ecfa0625b5ceda64399aea1b36
18+
19+
- name: Auto-approve minor and patch updates
20+
if: steps.metadata.outcome == 'success' && contains(fromJSON('["version-update:semver-minor", "version-update:semver-patch"]'), steps.metadata.outputs.update-type)
21+
uses: hmarr/auto-approve-action@f0939ea97e9205ef24d872e76833fa908a770363
22+
with:
23+
github-token: ${{ github.token }}

infrastructure/account/recordprocessor_ecr_repo.tf

Lines changed: 0 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -4,27 +4,4 @@ resource "aws_ecr_repository" "recordprocessor_repository" {
44
}
55
image_tag_mutability = "IMMUTABLE"
66
name = "imms-recordprocessor-repo"
7-
}
8-
9-
resource "aws_ecr_lifecycle_policy" "recordprocessor_repository_lifecycle_policy" {
10-
repository = aws_ecr_repository.recordprocessor_repository.name
11-
12-
policy = <<EOF
13-
{
14-
"rules": [
15-
{
16-
"rulePriority": 1,
17-
"description": "Keep last 10 images.",
18-
"selection": {
19-
"tagStatus": "any",
20-
"countType": "imageCountMoreThan",
21-
"countNumber": 10
22-
},
23-
"action": {
24-
"type": "expire"
25-
}
26-
}
27-
]
28-
}
29-
EOF
307
}

infrastructure/instance/.terraform.lock.hcl

Lines changed: 19 additions & 19 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

infrastructure/instance/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ terraform {
66
}
77
docker = {
88
source = "kreuzwerker/docker"
9-
version = "3.9.0"
9+
version = "4.2.0"
1010
}
1111
}
1212
backend "s3" {

infrastructure/terraform_aws_backup/aws-backup-destination/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ terraform {
66
}
77
docker = {
88
source = "kreuzwerker/docker"
9-
version = "3.9.0"
9+
version = "4.2.0"
1010
}
1111
}
1212
backend "s3" {

infrastructure/terraform_aws_backup/aws-backup-source/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ terraform {
66
}
77
docker = {
88
source = "kreuzwerker/docker"
9-
version = "3.9.0"
9+
version = "4.2.0"
1010
}
1111
}
1212
backend "s3" {

package-lock.json

Lines changed: 16 additions & 16 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"license": "MIT",
1616
"homepage": "https://github.com/NHSDigital/immunisation-fhir-api",
1717
"devDependencies": {
18-
"@redocly/cli": "^2.27.1",
18+
"@redocly/cli": "^2.28.1",
1919
"husky": "^9.1.7",
2020
"lint-staged": "^16.4.0",
2121
"prettier": "^3.8.3"

tests/e2e_automation/poetry.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)