mirror of https://github.com/FriendsOfTYPO3/tea.git synced 2024-11-10 00:16:13 +01:00

[FEATURE] Add a Dependabot action for updating GitHub actions (#452)

With this configuration, GitHub's Dependabot will create PR
to update the versions of the GitHub Actions we are using in
our CI pipeline.
This commit is contained in:
Oliver Klee 2022-05-23 14:45:35 +02:00 committed by GitHub
parent 518bae014e
commit b3e3c4e29d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 10 additions and 0 deletions

9
.github/dependabot.yml vendored Normal file
View file

@ -0,0 +1,9 @@
# https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates
version: 2
updates:
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "daily"
milestone: 5

View file

@ -6,6 +6,7 @@ This project adheres to [Semantic Versioning](https://semver.org/).
## x.y.z
### Added
- Add a Dependabot action for updating GitHub actions (#452)
- Use Coveralls for the code coverage (#425)
### Changed