Skip to content

Commit

Permalink
Merge pull request #56 from NHSDigital/dependabot/apm-360-let-dependa…
Browse files Browse the repository at this point in the history
…bot-merge

APM-360 Add dependabot-config
  • Loading branch information
Laurence Joseph Smith authored Feb 26, 2020
2 parents 926d013 + f7713a6 commit 8ad6435
Show file tree
Hide file tree
Showing 3 changed files with 35 additions and 5 deletions.
32 changes: 32 additions & 0 deletions .dependabot/config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
version: 1
update_configs:
- package_manager: "javascript"
directory: "/"
update_schedule: "live"
allowed_updates:
- match:
update_type: "security"
automerged_updates:
- match:
dependency_type: "all"
update_type: "security:patch"
- package_manager: "javascript"
directory: "/sandbox"
update_schedule: "live"
allowed_updates:
- match:
update_type: "security"
automerged_updates:
- match:
dependency_type: "all"
update_type: "security:patch"
- package_manager: "python"
directory: "/"
update_schedule: "live"
allowed_updates:
- match:
update_type: "security"
automerged_updates:
- match:
dependency_type: "all"
update_type: "security:patch"
5 changes: 0 additions & 5 deletions .github/workflows/pr-lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,3 @@ jobs:
msg: |
This branch is work on a ticket in the NHS Digital APM JIRA Project. Here's a handy link to the ticket:
# [${{ env.TICKET_NAME }}](https://jira.digital.nhs.uk/browse/${{ env.TICKET_NAME}})
- name: Merge dependabot PRs
uses: ridedott/merge-me-action@master
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Changelog

## 2020-02-26
* Add a config for dependabot so that security updates are automatically merged

## 2020-02-24
* Hugely improved linting of source code
* New testing setup & approach to support e2e tests
Expand Down

0 comments on commit 8ad6435

Please sign in to comment.