Upgrade to GitHub-native Dependabot

This commit is contained in:
dependabot-preview[bot] 2021-04-29 19:23:14 +00:00 committed by GitHub
parent 0836ae783a
commit 2f643d95c5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

14
.github/dependabot.yml vendored Normal file
View file

@ -0,0 +1,14 @@
version: 2
updates:
- package-ecosystem: nuget
directory: "/src/net/Qml.Net"
schedule:
interval: daily
open-pull-requests-limit: 10
ignore:
- dependency-name: Newtonsoft.Json
versions:
- "> 12.0.2, < 13"
- dependency-name: System.Reflection.Emit.Lightweight
versions:
- "> 4.3.0, < 5"