Create dependabot.yml

Add dependabot.yml to help keep dependencies up to date for this plugin.
This commit is contained in:
portno12 2022-02-21 19:28:20 +00:00 committed by GitHub
parent 471976f1d8
commit a3e294b201
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

@ -0,0 +1,6 @@
version: 2
updates:
- package-ecosystem: "gomod"
directory: "/"
schedule:
interval: "weekly"