ci: Keep dependencies up-to-date using dependabot

Dependabot should automatically create pull requests when go
modules are updated. This should then run the CI scripts to
make sure fakemachine is built and tested on each supported
version of Go.

Signed-off-by: Christopher Obbard <chris.obbard@collabora.com>
This commit is contained in:
Christopher Obbard
2022-04-13 10:15:28 +01:00
committed by Sjoerd Simons
parent a95ed8411f
commit 43edb2a934

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

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