diff options
author | dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> | 2021-04-29 00:51:04 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-04-29 00:51:04 +0200 |
commit | 227291be8eead2468a56fb885a492aa456ed8ee4 (patch) | |
tree | ba920c6c4f01be0d408d7692d7b4db13058a3420 | |
parent | ac62403ce9a6a78c93d5e5756588e49cd35f6edd (diff) |
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
-rw-r--r-- | .github/dependabot.yml | 7 |
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 |