build: Enable dependabot

This commit is contained in:
Dennis Klein 2023-12-13 15:26:44 +01:00 committed by GitHub
parent b649356c5a
commit 0966dee55d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

@ -0,0 +1,10 @@
version: 2
updates:
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "monthly"
- package-ecosystem: "gitsubmodule"
directory: "/extern"
schedule:
interval: "monthly"