Skip to content

Commit

Permalink
Merge pull request #501 from umccr/revert-dependabot-config-default
Browse files Browse the repository at this point in the history
Removed dependabot.yml config and revert to its default setting
  • Loading branch information
victorskl authored Aug 19, 2024
2 parents 50f2ba2 + cf85f0f commit 029a2bb
Show file tree
Hide file tree
Showing 6 changed files with 183 additions and 203 deletions.
19 changes: 0 additions & 19 deletions .github/dependabot.yml

This file was deleted.

9 changes: 4 additions & 5 deletions .github/workflows/prbuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ on:
- reopened
- synchronize
- ready_for_review
- edited
branches:
- main

Expand All @@ -41,7 +40,7 @@ env:
jobs:
pre-commit-lint-security:
runs-on: ubuntu-latest
if: ${{ !github.event.pull_request.draft && !contains(github.event.pull_request.title, '[draft]') }}
if: ${{ !github.event.pull_request.draft }}
steps:
- name: Print toolchain versions
run: |
Expand Down Expand Up @@ -81,7 +80,7 @@ jobs:
# The format: `runs-on: codebuild-<project-name>-${{ github.run_id }}-${{ github.run_attempt }}`
# https://docs.aws.amazon.com/codebuild/latest/userguide/action-runner.html
runs-on: codebuild-orcabus-codebuild-gh-runner-${{ github.run_id }}-${{ github.run_attempt }}
if: ${{ !github.event.pull_request.draft && !contains(github.event.pull_request.title, '[draft]') }}
if: ${{ !github.event.pull_request.draft }}
steps:
- name: Print toolchain versions
run: |
Expand Down Expand Up @@ -110,7 +109,7 @@ jobs:
# The format: `runs-on: codebuild-<project-name>-${{ github.run_id }}-${{ github.run_attempt }}`
# https://docs.aws.amazon.com/codebuild/latest/userguide/action-runner.html
runs-on: codebuild-orcabus-codebuild-gh-runner-${{ github.run_id }}-${{ github.run_attempt }}
if: ${{ !github.event.pull_request.draft && !contains(github.event.pull_request.title, '[draft]') }}
if: ${{ !github.event.pull_request.draft }}
steps:
- name: Print toolchain versions
run: |
Expand All @@ -136,7 +135,7 @@ jobs:
# The format: `runs-on: codebuild-<project-name>-${{ github.run_id }}-${{ github.run_attempt }}`
# https://docs.aws.amazon.com/codebuild/latest/userguide/action-runner.html
runs-on: codebuild-orcabus-codebuild-gh-runner-${{ github.run_id }}-${{ github.run_attempt }}
if: ${{ !github.event.pull_request.draft && !contains(github.event.pull_request.title, '[draft]') }}
if: ${{ !github.event.pull_request.draft }}
steps:
- name: Print toolchain versions
run: |
Expand Down
4 changes: 2 additions & 2 deletions lib/workload/stateful/stacks/postgres-manager/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,14 @@
"audit": "yarn npm audit"
},
"dependencies": {
"@aws-sdk/client-secrets-manager": "^3.629.0",
"@aws-sdk/client-secrets-manager": "^3.632.0",
"pg": "^8.12.0"
},
"devDependencies": {
"@types/aws-lambda": "^8.10.143",
"@types/jest": "^29.5.12",
"@types/pg": "^8.11.6",
"esbuild": "^0.23.0",
"esbuild": "^0.23.1",
"jest": "^29.7.0",
"ts-jest": "^29.2.4",
"typescript": "^5.5.4"
Expand Down
Loading

0 comments on commit 029a2bb

Please sign in to comment.