Create dependabot.yml

This commit is contained in:
Cloudburst
2022-02-19 18:28:17 +01:00
committed by GitHub
parent e3f61a9931
commit 4e81fdb353

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

@@ -0,0 +1,18 @@
version: 2
updates:
- package-ecosystem: "gradle"
directory: "/"
schedule:
interval: "daily"
commit-message:
prefix: "gradle"
include: "scope"
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "daily"
commit-message:
prefix: "github-actions"
include: "scope"