mirror of
https://github.com/FriendsOfTYPO3/tea.git
synced 2024-11-10 09:16:13 +01:00
b3e3c4e29d
With this configuration, GitHub's Dependabot will create PR to update the versions of the GitHub Actions we are using in our CI pipeline.
9 lines
240 B
YAML
9 lines
240 B
YAML
# 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
|