Files
debos/.github/dependabot.yml
Christopher Obbard 43edb2a934 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>
2022-04-14 21:12:07 +02:00

11 lines
205 B
YAML

version: 2
updates:
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "daily"
- package-ecosystem: "gomod"
directory: "/"
schedule:
interval: "daily"