aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>2021-04-29 00:51:04 +0200
committerGitHub <noreply@github.com>2021-04-29 00:51:04 +0200
commit227291be8eead2468a56fb885a492aa456ed8ee4 (patch)
treeba920c6c4f01be0d408d7692d7b4db13058a3420
parentac62403ce9a6a78c93d5e5756588e49cd35f6edd (diff)
Upgrade to GitHub-native Dependabot (#7)HEADmaster
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
-rw-r--r--.github/dependabot.yml7
1 files changed, 7 insertions, 0 deletions
diff --git a/.github/dependabot.yml b/.github/dependabot.yml
new file mode 100644
index 0000000..491deae
--- /dev/null
+++ b/.github/dependabot.yml
@@ -0,0 +1,7 @@
+version: 2
+updates:
+- package-ecosystem: pip
+ directory: "/"
+ schedule:
+ interval: daily
+ open-pull-requests-limit: 10