Browse Source

housekeeping: Create dependabot.yml

pull/10407/head
Artyom V. Gorchakov 5 years ago
committed by GitHub
parent
commit
41258fbc0d
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 14
      .github/workflows/dependabot.yml

14
.github/workflows/dependabot.yml

@ -0,0 +1,14 @@
version: 2
updates:
- package-ecosystem: nuget
directory: "/samples"
schedule:
interval: daily
time: "00:00"
open-pull-requests-limit: 10
- package-ecosystem: nuget
directory: "/src"
schedule:
interval: daily
time: "00:00"
open-pull-requests-limit: 10
Loading…
Cancel
Save