summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorJon Parise <jon@pinterest.com>2022-02-14 11:04:50 -0800
committerGitHub <noreply@github.com>2022-02-14 11:04:50 -0800
commit05a69b8fcc7f2b12f5cc4d3fc5a215724aa86bdf (patch)
tree0d135c119c5e63e5c521cb98bd04be0265a896fc /.github
parent6b32537e9f12e5da7c9f5d2a6132b3936f2be3c4 (diff)
downloadpymemcache-05a69b8fcc7f2b12f5cc4d3fc5a215724aa86bdf.tar.gz
Configure automatic Dependabot version updates (#369)
This is enabled for GitHub Actions and Python packages.
Diffstat (limited to '.github')
-rw-r--r--.github/dependabot.yml11
1 files changed, 11 insertions, 0 deletions
diff --git a/.github/dependabot.yml b/.github/dependabot.yml
new file mode 100644
index 0000000..42b6c1e
--- /dev/null
+++ b/.github/dependabot.yml
@@ -0,0 +1,11 @@
+---
+version: 2
+updates:
+ - package-ecosystem: "github-actions"
+ directory: "/"
+ schedule:
+ interval: "weekly"
+ - package-ecosystem: "pip"
+ directory: "/"
+ schedule:
+ interval: "daily"