add dependabot config

This commit is contained in:
h1dden-da3m0n 2020-12-15 22:03:48 +01:00
parent dd205ce966
commit a2ca9b07b2

26
.github/dependabot.yml vendored Normal file
View File

@ -0,0 +1,26 @@
version: 2
updates:
# Fetch and update latest `nuget` pkgs
- package-ecosystem: "nuget"
directory: "/"
schedule:
interval: "daily"
time: "00:00"
open-pull-requests-limit: 10
commit-message:
prefix: "chore"
include: "scope"
# Fetch and update latest `github-actions` pkgs
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"
time: "00:00"
labels:
- "skip-changelog"
open-pull-requests-limit: 10
commit-message:
prefix: "ci"
include: "scope"