Skip to content

Commit

Permalink
Sync changes from mtp-deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
ushkarev committed Aug 15, 2023
1 parent fd70c1b commit 6e75dd3
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ jobs:
docker push ${registry}:${app}
fi
- run:
name: Log out of ECR
name: Log docker out of ECR
command: |
. /tmp/mtp-env.sh
docker logout ${ECR_REGISTRY}
Expand Down
8 changes: 8 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# generated by https://github.com/ministryofjustice/money-to-prisoners-deploy
version: 2
updates:
- package-ecosystem: pip
Expand All @@ -6,3 +7,10 @@ updates:
interval: monthly
pull-request-branch-name:
separator: '-'

- package-ecosystem: github-actions
directory: /
schedule:
interval: monthly
pull-request-branch-name:
separator: '-'
2 changes: 1 addition & 1 deletion requirements/base.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# Dependencies needed for all environments

money-to-prisoners-common~=16.1.0
money-to-prisoners-common~=16.2.0
2 changes: 1 addition & 1 deletion requirements/dev.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Place development and testing dependencies here

money-to-prisoners-common[testing]~=16.1.0
money-to-prisoners-common[testing]~=16.2.0

-r base.txt

0 comments on commit 6e75dd3

Please sign in to comment.