aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Chris Lovering <[email protected]>2022-08-23 21:43:21 +0100
committerGravatar Chris Lovering <[email protected]>2022-09-21 23:02:57 +0100
commita892df8efbd485b993f035d1260dc10aa0f1b478 (patch)
treeca4be2b82a1aaf8d532133f713437213a9865f12
parentFix breaking changes in emoji 2.0 (diff)
Add dependabot config
-rw-r--r--.github/dependabot.yml6
1 files changed, 6 insertions, 0 deletions
diff --git a/.github/dependabot.yml b/.github/dependabot.yml
new file mode 100644
index 00000000..b38df29f
--- /dev/null
+++ b/.github/dependabot.yml
@@ -0,0 +1,6 @@
+version: 2
+updates:
+ - package-ecosystem: "pip"
+ directory: "/"
+ schedule:
+ interval: "daily"