diff options
| author | Carlo Sala <carlosalag@protonmail.com> | 2024-02-13 17:25:16 +0100 |
|---|---|---|
| committer | Carlo Sala <carlosalag@protonmail.com> | 2024-02-13 17:25:16 +0100 |
| commit | 514d5736ea7b1af2cb2e6617048236aa9b34fc51 (patch) | |
| tree | 06e0782e85cc00e56a9b70c05bb43cdd5de46942 /.github/dependabot.yml | |
| parent | 8f22370af8bd390ea3b8610da1ccf388826d909d (diff) | |
| download | zsh-514d5736ea7b1af2cb2e6617048236aa9b34fc51.tar.gz zsh-514d5736ea7b1af2cb2e6617048236aa9b34fc51.tar.bz2 zsh-514d5736ea7b1af2cb2e6617048236aa9b34fc51.zip | |
ci: enable dependabot
Diffstat (limited to '.github/dependabot.yml')
| -rw-r--r-- | .github/dependabot.yml | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 000000000..4dc9f3854 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,12 @@ +version: 2 +updates: + - package-ecosystem: github-actions + directory: / + schedule: + interval: "weekly" + day: "sunday" + - package-ecosystem: "pip" + directory: "/.github/workflows/dependencies" + schedule: + interval: "weekly" + day: "sunday" |
