ci(dependencies): add automation for updating external dependencies (#12109)

This commit is contained in:
Marc Cornellà 2023-12-20 10:21:31 +01:00 committed by GitHub
commit dd3be612e3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 496 additions and 0 deletions

20
.github/dependencies.yml vendored Normal file
View file

@ -0,0 +1,20 @@
dependencies:
plugins/gitfast:
repo: felipec/git-completion
branch: master
version: tag:v1.3.7
postcopy: |
set -e
rm -rf git-completion.plugin.zsh Makefile README.adoc t tools
test -e git-completion.zsh && mv -f git-completion.zsh _git
plugins/z:
branch: master
repo: agkozak/zsh-z
version: 6bfe418332866d15373392164df11b4fbec2083f
precopy: |
set -e
test -e README.md && mv -f README.md MANUAL.md
postcopy: |
set -e
test -e _zshz && mv -f _zshz _z
test -e zsh-z.plugin.zsh && mv -f zsh-z.plugin.zsh z.plugin.zsh