Ver Fonte

Merge pull request #207 from nickbabcock/dependabot/add-v2-config-file

Upgrade to GitHub-native Dependabot
Nick Babcock há 4 anos atrás
pai
commit
e971326296
1 ficheiros alterados com 11 adições e 0 exclusões
  1. 11 0
      .github/dependabot.yml

+ 11 - 0
.github/dependabot.yml

@@ -0,0 +1,11 @@
+version: 2
+updates:
+- package-ecosystem: nuget
+  directory: "/"
+  schedule:
+    interval: daily
+  open-pull-requests-limit: 10
+  ignore:
+  - dependency-name: Costura.Fody
+    versions:
+    - ">= 5.a, < 6"