Browse Source

Create dependabot.yml

pull/769/head
Christoph Ruegg 5 years ago
committed by GitHub
parent
commit
900b49f89a
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 6
      .github/dependabot.yml

6
.github/dependabot.yml

@ -0,0 +1,6 @@
version: 2
updates:
- package-ecosystem: "nuget" # See documentation for possible values
directory: "/" # Location of package manifests
schedule:
interval: "weekly"
Loading…
Cancel
Save