diff options
author | Charles Harris <charlesr.harris@gmail.com> | 2019-09-02 09:12:35 -0600 |
---|---|---|
committer | Charles Harris <charlesr.harris@gmail.com> | 2019-09-02 09:12:35 -0600 |
commit | 7d3b3285d3d332c74e665664fe0ceeae9f6df769 (patch) | |
tree | baaa0bac1956f8f49a25446d693cc1fc6e2aee83 /.dependabot | |
parent | 6177cbef142ba478646c472c18f69962e0682ef6 (diff) | |
download | numpy-7d3b3285d3d332c74e665664fe0ceeae9f6df769.tar.gz |
TST: Add dependabot config file.
Diffstat (limited to '.dependabot')
-rw-r--r-- | .dependabot/config.yml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.dependabot/config.yml b/.dependabot/config.yml new file mode 100644 index 000000000..4d8d6f01e --- /dev/null +++ b/.dependabot/config.yml @@ -0,0 +1,5 @@ +version: 1 +update_configs: + - package_manager: "python" + directory: "/" + update_schedule: "weekly" |