Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Combined Dependabot PRs #61

Merged
merged 22 commits into from
Oct 14, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
22 commits
Select commit Hold shift + click to select a range
5be99a4
Bump setuptools in /scripts/docker/examples/python/assets/hello_world
dependabot[bot] Jul 23, 2024
56699a8
Bump jinja2 in /scripts/docker/examples/python/assets/hello_world
dependabot[bot] Jul 23, 2024
4d0330e
Bump axios from 1.7.2 to 1.7.4
dependabot[bot] Aug 14, 2024
fc5cc54
Bump ts-jest from 29.2.3 to 29.2.5
dependabot[bot] Aug 26, 2024
3aa6d22
Bump eslint-plugin-jest from 28.6.0 to 28.8.3
dependabot[bot] Sep 5, 2024
79b2aa9
Bump @typescript-eslint/eslint-plugin from 7.17.0 to 8.6.0
dependabot[bot] Sep 17, 2024
63c53f0
Bump next from 14.2.5 to 14.2.13
dependabot[bot] Sep 20, 2024
bd8f284
Bump peter-evans/create-pull-request from 7.0.1 to 7.0.5
dependabot[bot] Sep 20, 2024
3d4d38c
Bump nhsuk-react-components from 4.1.0 to 4.1.3
dependabot[bot] Sep 23, 2024
2dfe9d2
Merge dependabot/npm_and_yarn/nhsuk-react-components-4.1.3 into depen…
github-actions[bot] Sep 24, 2024
7bc54f4
Merge dependabot/github_actions/peter-evans/create-pull-request-7.0.5…
github-actions[bot] Sep 24, 2024
907009d
Merge dependabot/npm_and_yarn/next-14.2.13 into dependabotCombined
github-actions[bot] Sep 24, 2024
36435eb
Merge dependabot/npm_and_yarn/typescript-eslint/eslint-plugin-8.6.0 i…
github-actions[bot] Sep 24, 2024
cd9696d
Merge dependabot/npm_and_yarn/eslint-plugin-jest-28.8.3 into dependab…
github-actions[bot] Sep 24, 2024
12efc69
Merge dependabot/npm_and_yarn/ts-jest-29.2.5 into dependabotCombined
github-actions[bot] Sep 24, 2024
1c887cb
Merge dependabot/npm_and_yarn/axios-1.7.4 into dependabotCombined
github-actions[bot] Sep 24, 2024
7ae4464
Merge dependabot/pip/scripts/docker/examples/python/assets/hello_worl…
github-actions[bot] Sep 24, 2024
b1abc2e
Merge dependabot/pip/scripts/docker/examples/python/assets/hello_worl…
github-actions[bot] Sep 24, 2024
f13642c
Bump nhs-england-tools/notify-msteams-action from 0.0.4 to 1.0.0
dependabot[bot] Oct 8, 2024
f6bf09a
Bump github/combine-prs from 5.1.0 to 5.2.0
dependabot[bot] Oct 11, 2024
5f3f4ff
Merge dependabot/github_actions/github/combine-prs-5.2.0 into dependa…
github-actions[bot] Oct 14, 2024
9e85a5e
Merge dependabot/github_actions/nhs-england-tools/notify-msteams-acti…
github-actions[bot] Oct 14, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/cicd-2-publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ jobs:
run: echo "secret_exist=${{ secrets.TEAMS_NOTIFICATION_WEBHOOK_URL != '' }}" >> $GITHUB_OUTPUT
- name: "Notify on publishing packages"
if: steps.check.outputs.secret_exist == 'true'
uses: nhs-england-tools/notify-msteams-action@v0.0.4
uses: nhs-england-tools/notify-msteams-action@v1.0.0
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
teams-webhook-url: ${{ secrets.TEAMS_NOTIFICATION_WEBHOOK_URL }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/manual-combine-dependabot-prs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
steps:
- name: combine-prs
id: combine-prs
uses: github/combine-prs@v5.1.0
uses: github/combine-prs@v5.2.0
with:
ci_required: false
labels: dependencies
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:

- name: Create Pull Request
if: ${{ !env.ACT }}
uses: peter-evans/[email protected].1
uses: peter-evans/[email protected].5
with:
token: ${{ secrets.GITHUB_TOKEN }}
commit-message: Drift from template
Expand Down
Loading
Loading