gonjalla/.github/dependabot.yml
Sighery 023a8ba939 Switch to native Dependabot
Previously Dependabot was a third-party service. Now that Dependabot
has been bought by GitHub, it's being integrated into GitHub itself as
a native service. To make use of the native version, the configuration
changes slightly, and it goes under a new directory.
2020-08-12 03:22:45 +02:00

13 lines
207 B
YAML

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