From 1c6b8e3d7e0533c066f8a8a524f096679c91eb2a Mon Sep 17 00:00:00 2001 From: binon Date: Thu, 16 Jan 2025 12:40:59 +0000 Subject: [PATCH 1/5] Update dependabot.yml --- .github/dependabot.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 725dfb1f3..95bc92002 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -9,7 +9,7 @@ updates: directory: "/" # Location of package manifests schedule: interval: "daily" - open-pull-requests-limit: 1 + open-pull-requests-limit: 10 target-branch: "Automatic_version_update_dependabot" ignore: # Ignore updates to packages that start with 'Wildcards' @@ -38,7 +38,7 @@ updates: interval: "daily" target-branch: "Automatic_version_update_dependabot" # - "dependencies" - open-pull-requests-limit: 1 + open-pull-requests-limit: 10 ignore: - dependency-name: "*" update-types: ["version-update:semver-major"] @@ -50,7 +50,7 @@ updates: interval: "daily" target-branch: "Automatic_version_update_dependabot" # - "dependencies" - open-pull-requests-limit: 1 + open-pull-requests-limit: 10 ignore: - dependency-name: "*" update-types: ["version-update:semver-major"] From 62d737f0df400ce36d6f38e6029df1b316cb3584 Mon Sep 17 00:00:00 2001 From: binon Date: Tue, 21 Jan 2025 16:55:53 +0000 Subject: [PATCH 2/5] Update continuous-integration-workflow.yml --- .github/workflows/continuous-integration-workflow.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/continuous-integration-workflow.yml b/.github/workflows/continuous-integration-workflow.yml index 027e35695..297e45edb 100644 --- a/.github/workflows/continuous-integration-workflow.yml +++ b/.github/workflows/continuous-integration-workflow.yml @@ -22,8 +22,7 @@ jobs: uses: actions/setup-node@v4 with: node-version: '18' - npm: '6.14.8' - + - name: Typescript install WebUI run: yarn install --network-timeout 600000 --frozen-lockfile working-directory: ./LearningHub.Nhs.WebUI From 7cb6fd93136a802cf79e50a5cd77849f9be59b33 Mon Sep 17 00:00:00 2001 From: binon Date: Tue, 21 Jan 2025 17:06:25 +0000 Subject: [PATCH 3/5] Update continuous-integration-workflow.yml --- .github/workflows/continuous-integration-workflow.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/continuous-integration-workflow.yml b/.github/workflows/continuous-integration-workflow.yml index 297e45edb..a34089212 100644 --- a/.github/workflows/continuous-integration-workflow.yml +++ b/.github/workflows/continuous-integration-workflow.yml @@ -22,6 +22,7 @@ jobs: uses: actions/setup-node@v4 with: node-version: '18' + npm: '6.14.8' - name: Typescript install WebUI run: yarn install --network-timeout 600000 --frozen-lockfile From 96d3b9cbd4a307803a9beec9703716340be3db97 Mon Sep 17 00:00:00 2001 From: binon Date: Tue, 21 Jan 2025 17:15:11 +0000 Subject: [PATCH 4/5] Update dependabot.yml --- .github/dependabot.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 95bc92002..7541f4e2a 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -4,12 +4,24 @@ # https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates version: 2 +registries: + tel-azure-package-source: + type: nuget-feed + url: "https://pkgs.dev.azure.com/e-LfH/_packaging/LearningHubFeed/nuget/v3/index.json" + username: "kevin.whittaker" + password: ${{ secrets.AZURE_DEVOPS_PAT }} + nuget-package-source: + type: nuget-feed + url: "https://api.nuget.org/v3/index.json" updates: - package-ecosystem: "nuget" directory: "/" # Location of package manifests schedule: interval: "daily" open-pull-requests-limit: 10 + registries: + - tel-azure-package-source + - nuget-package-source target-branch: "Automatic_version_update_dependabot" ignore: # Ignore updates to packages that start with 'Wildcards' From e59cc4d77cd98607b1c499150427f5f0db4d7136 Mon Sep 17 00:00:00 2001 From: binon Date: Wed, 22 Jan 2025 09:32:18 +0000 Subject: [PATCH 5/5] Update continuous-integration-workflow.yml --- .github/workflows/continuous-integration-workflow.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/continuous-integration-workflow.yml b/.github/workflows/continuous-integration-workflow.yml index a34089212..ae71f21ec 100644 --- a/.github/workflows/continuous-integration-workflow.yml +++ b/.github/workflows/continuous-integration-workflow.yml @@ -21,8 +21,7 @@ jobs: - name: Use Node 12.19 with Yarn uses: actions/setup-node@v4 with: - node-version: '18' - npm: '6.14.8' + node-version: '18' - name: Typescript install WebUI run: yarn install --network-timeout 600000 --frozen-lockfile