Skip to content

Commit 029a2bb

Browse files
authored
Merge pull request #501 from umccr/revert-dependabot-config-default
Removed dependabot.yml config and revert to its default setting
2 parents 50f2ba2 + cf85f0f commit 029a2bb

File tree

6 files changed

+183
-203
lines changed

6 files changed

+183
-203
lines changed

.github/dependabot.yml

Lines changed: 0 additions & 19 deletions
This file was deleted.

.github/workflows/prbuild.yml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ on:
1515
- reopened
1616
- synchronize
1717
- ready_for_review
18-
- edited
1918
branches:
2019
- main
2120

@@ -41,7 +40,7 @@ env:
4140
jobs:
4241
pre-commit-lint-security:
4342
runs-on: ubuntu-latest
44-
if: ${{ !github.event.pull_request.draft && !contains(github.event.pull_request.title, '[draft]') }}
43+
if: ${{ !github.event.pull_request.draft }}
4544
steps:
4645
- name: Print toolchain versions
4746
run: |
@@ -81,7 +80,7 @@ jobs:
8180
# The format: `runs-on: codebuild-<project-name>-${{ github.run_id }}-${{ github.run_attempt }}`
8281
# https://docs.aws.amazon.com/codebuild/latest/userguide/action-runner.html
8382
runs-on: codebuild-orcabus-codebuild-gh-runner-${{ github.run_id }}-${{ github.run_attempt }}
84-
if: ${{ !github.event.pull_request.draft && !contains(github.event.pull_request.title, '[draft]') }}
83+
if: ${{ !github.event.pull_request.draft }}
8584
steps:
8685
- name: Print toolchain versions
8786
run: |
@@ -110,7 +109,7 @@ jobs:
110109
# The format: `runs-on: codebuild-<project-name>-${{ github.run_id }}-${{ github.run_attempt }}`
111110
# https://docs.aws.amazon.com/codebuild/latest/userguide/action-runner.html
112111
runs-on: codebuild-orcabus-codebuild-gh-runner-${{ github.run_id }}-${{ github.run_attempt }}
113-
if: ${{ !github.event.pull_request.draft && !contains(github.event.pull_request.title, '[draft]') }}
112+
if: ${{ !github.event.pull_request.draft }}
114113
steps:
115114
- name: Print toolchain versions
116115
run: |
@@ -136,7 +135,7 @@ jobs:
136135
# The format: `runs-on: codebuild-<project-name>-${{ github.run_id }}-${{ github.run_attempt }}`
137136
# https://docs.aws.amazon.com/codebuild/latest/userguide/action-runner.html
138137
runs-on: codebuild-orcabus-codebuild-gh-runner-${{ github.run_id }}-${{ github.run_attempt }}
139-
if: ${{ !github.event.pull_request.draft && !contains(github.event.pull_request.title, '[draft]') }}
138+
if: ${{ !github.event.pull_request.draft }}
140139
steps:
141140
- name: Print toolchain versions
142141
run: |

lib/workload/stateful/stacks/postgres-manager/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,14 @@
88
"audit": "yarn npm audit"
99
},
1010
"dependencies": {
11-
"@aws-sdk/client-secrets-manager": "^3.629.0",
11+
"@aws-sdk/client-secrets-manager": "^3.632.0",
1212
"pg": "^8.12.0"
1313
},
1414
"devDependencies": {
1515
"@types/aws-lambda": "^8.10.143",
1616
"@types/jest": "^29.5.12",
1717
"@types/pg": "^8.11.6",
18-
"esbuild": "^0.23.0",
18+
"esbuild": "^0.23.1",
1919
"jest": "^29.7.0",
2020
"ts-jest": "^29.2.4",
2121
"typescript": "^5.5.4"

0 commit comments

Comments
 (0)