dnscrypt-proxy/.github/dependabot.yml

16 lines
318 B
YAML
Raw Permalink Normal View History

2021-04-14 18:25:51 +02:00
version: 2
updates:
2021-07-03 09:42:19 +02:00
# Maintain dependencies for GitHub Actions
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "daily"
2021-08-18 11:01:38 +02:00
2021-07-03 09:42:19 +02:00
# Maintain dependencies for Go
2021-04-14 18:25:51 +02:00
- package-ecosystem: "gomod"
directory: "/"
schedule:
interval: "daily"
open-pull-requests-limit: 10