summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarlo Sala <carlosalag@protonmail.com>2024-02-13 17:25:16 +0100
committerCarlo Sala <carlosalag@protonmail.com>2024-02-13 17:25:16 +0100
commit514d5736ea7b1af2cb2e6617048236aa9b34fc51 (patch)
tree06e0782e85cc00e56a9b70c05bb43cdd5de46942
parent8f22370af8bd390ea3b8610da1ccf388826d909d (diff)
downloadzsh-514d5736ea7b1af2cb2e6617048236aa9b34fc51.tar.gz
zsh-514d5736ea7b1af2cb2e6617048236aa9b34fc51.tar.bz2
zsh-514d5736ea7b1af2cb2e6617048236aa9b34fc51.zip
ci: enable dependabot
-rw-r--r--.github/dependabot.yml12
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"