mirror of
https://github.com/outbackdingo/debos.git
synced 2026-01-27 18:18:45 +00:00
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>
11 lines
205 B
YAML
11 lines
205 B
YAML
version: 2
|
|
updates:
|
|
- package-ecosystem: "github-actions"
|
|
directory: "/"
|
|
schedule:
|
|
interval: "daily"
|
|
- package-ecosystem: "gomod"
|
|
directory: "/"
|
|
schedule:
|
|
interval: "daily"
|