Add documentation dependencies to dependabot config (#345)

pull/209/head
Artem Gavrilov 10 months ago committed by GitHub
parent 25ac0c258c
commit cdeb04d9cb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 5
      .github/dependabot.yml

@ -5,3 +5,8 @@ updates:
directory: "/"
schedule:
interval: "weekly"
- package-ecosystem: "pip"
directory: "/documentation"
schedule:
interval: "weekly"

Loading…
Cancel
Save