Skip to content

Commit

Permalink
Fix: [AEA-0000] - fix dependabot for eps-spine-client (#468)
Browse files Browse the repository at this point in the history
## Summary

- Routine Change

### Details

- fix casing on eps-spine-client so dependabot works
- always get latest get-secrets layer
- remove LICENSE-THE-TOMORROW-OPEN-SOURCE-TECHNOLOGY-LICENSE as this is
only needed in account-resources
  • Loading branch information
anthony-nhs authored Sep 9, 2024
1 parent 58e164f commit 8f58f08
Show file tree
Hide file tree
Showing 6 changed files with 227 additions and 454 deletions.
8 changes: 8 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
#########################################################################

version: 2
registries:
npm-github:
type: npm-registry
url: https://npm.pkg.github.com
token: ${{secrets.DEPENDABOT_TOKEN}}

updates:
- package-ecosystem: "github-actions"
# Workflow files stored in the
Expand All @@ -23,6 +29,8 @@ updates:
versioning-strategy: increase
commit-message:
prefix: "Upgrade: [dependabot] - "
registries:
- npm-github

###################################
# Poetry #########################
Expand Down
174 changes: 0 additions & 174 deletions LICENSE-THE-TOMORROW-OPEN-SOURCE-TECHNOLOGY-LICENSE

This file was deleted.

2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ compile: compile-node

download-get-secrets-layer:
mkdir -p packages/getSecretLayer/lib
curl -LJ https://github.com/NHSDigital/electronic-prescription-service-get-secrets/releases/download/v1.0.40-alpha/get-secrets-layer.zip -o packages/getSecretLayer/lib/get-secrets-layer.zip
curl -LJ https://github.com/NHSDigital/electronic-prescription-service-get-secrets/releases/download/$$(curl -s "https://api.github.com/repos/NHSDigital/electronic-prescription-service-get-secrets/releases/latest" | jq -r .tag_name)/get-secrets-layer.zip -o packages/getSecretLayer/lib/get-secrets-layer.zip

lint-node: compile-node
npm run lint --workspace packages/sandbox
Expand Down
Loading

0 comments on commit 8f58f08

Please sign in to comment.