mirror of
https://github.com/FriendsOfTYPO3/tea.git
synced 2024-11-22 17: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:
parent
518bae014e
commit
b3e3c4e29d
2 changed files with 10 additions and 0 deletions
9
.github/dependabot.yml
vendored
Normal file
9
.github/dependabot.yml
vendored
Normal 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
|
|
@ -6,6 +6,7 @@ This project adheres to [Semantic Versioning](https://semver.org/).
|
||||||
## x.y.z
|
## x.y.z
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
|
- Add a Dependabot action for updating GitHub actions (#452)
|
||||||
- Use Coveralls for the code coverage (#425)
|
- Use Coveralls for the code coverage (#425)
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
|
|
Loading…
Reference in a new issue