mirror of
https://github.com/FriendsOfTYPO3/tea.git
synced 2024-11-10 00:36:13 +01:00
[FEATURE] Configure Dependabot to also update npm packages (#481)
This commit is contained in:
parent
efddee27e0
commit
56b02d5fda
2 changed files with 8 additions and 1 deletions
7
.github/dependabot.yml
vendored
7
.github/dependabot.yml
vendored
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue