mirror of https://github.com/FriendsOfTYPO3/tea.git synced 2024-09-19 18:36:12 +02:00

[FEATURE] Configure Dependabot to also update npm packages (#481)

This commit is contained in:
Oliver Klee 2022-07-13 18:39:00 +02:00 committed by GitHub
parent efddee27e0
commit 56b02d5fda
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 1 deletions

View file

@ -23,3 +23,10 @@ updates:
- dependency-name: "typo3/cms-*"
versioning-strategy: "increase"
milestone: 5
- package-ecosystem: "npm"
directory: "/"
schedule:
interval: "daily"
versioning-strategy: "increase"
milestone: 5

View file

@ -7,7 +7,7 @@ This project adheres to [Semantic Versioning](https://semver.org/).
### Added
- Add the PHPStan strict rules (#471)
- Add a Dependabot action for updating GitHub actions (#452)
- Add a Dependabot action for updating dependencies (#452, #461, #469, #481)
- Use Coveralls for the code coverage (#425)
### Changed