023a8ba939
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.
12 lines
207 B
YAML
12 lines
207 B
YAML
version: 2
|
|
|
|
updates:
|
|
- package-ecosystem: "gomod"
|
|
directory: "/"
|
|
schedule:
|
|
interval: "daily"
|
|
|
|
- package-ecosystem: "github-actions"
|
|
directory: "/"
|
|
schedule:
|
|
interval: "daily"
|