diff --git a/.circleci/config.yml b/.circleci/config.yml index 305eb55c..11e2ec32 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -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} diff --git a/.github/dependabot.yml b/.github/dependabot.yml index bb67d267..1fcb2dac 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,3 +1,4 @@ +# generated by https://github.com/ministryofjustice/money-to-prisoners-deploy version: 2 updates: - package-ecosystem: pip @@ -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: '-' diff --git a/requirements/base.txt b/requirements/base.txt index aef366e3..bcf367c9 100644 --- a/requirements/base.txt +++ b/requirements/base.txt @@ -1,3 +1,3 @@ # Dependencies needed for all environments -money-to-prisoners-common~=16.1.0 +money-to-prisoners-common~=16.2.0 diff --git a/requirements/dev.txt b/requirements/dev.txt index 7c4b9e55..e6ca3bc1 100644 --- a/requirements/dev.txt +++ b/requirements/dev.txt @@ -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