build: Add dependabot config

This commit is contained in:
Krille 2023-07-20 08:34:50 +02:00
parent 851f6079e2
commit abd33503e1
No known key found for this signature in database

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

@ -0,0 +1,11 @@
version: 2
updates:
- package-ecosystem: "pub"
directory: "/"
schedule:
interval: "daily"
allow:
- dependency-name: "*"
commit-message:
prefix: "build: "
include: "scope"