summaryrefslogtreecommitdiff
path: root/.github/dependencies.yml
diff options
context:
space:
mode:
authorMarc Cornellà <marc@mcornella.com>2023-12-20 10:21:31 +0100
committerGitHub <noreply@github.com>2023-12-20 10:21:31 +0100
commitdd3be612e3df1450de40a74fadc6df3c2885e9b1 (patch)
treec53ef9bfe8f3e8ad43cf140398eab4906867f39a /.github/dependencies.yml
parent48ccc7b36de8efb2bd7beb9bd6e0a6f6fe03b95d (diff)
downloadzsh-dd3be612e3df1450de40a74fadc6df3c2885e9b1.tar.gz
zsh-dd3be612e3df1450de40a74fadc6df3c2885e9b1.tar.bz2
zsh-dd3be612e3df1450de40a74fadc6df3c2885e9b1.zip
ci(dependencies): add automation for updating external dependencies (#12109)
Diffstat (limited to '.github/dependencies.yml')
-rw-r--r--.github/dependencies.yml20
1 files changed, 20 insertions, 0 deletions
diff --git a/.github/dependencies.yml b/.github/dependencies.yml
new file mode 100644
index 000000000..8c46395d7
--- /dev/null
+++ b/.github/dependencies.yml
@@ -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