Browse Source

Add dependabot to periodically refresh dependancies

As recommended by @ross at https://github.com/github/octodns/pull/441#discussion_r363515321
pull/443/head
Christian Clauss 6 years ago
committed by GitHub
parent
commit
ae9e465d8d
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 0 deletions
  1. +6
    -0
      .dependabot/config.yml

+ 6
- 0
.dependabot/config.yml View File

@ -0,0 +1,6 @@
version: 1
update_configs:
- package_manager: "python"
directory: "/"
update_schedule: "weekly"

Loading…
Cancel
Save