diff --git a/dependabot.yml b/dependabot.yml index fdb6187..7a054a0 100644 --- a/dependabot.yml +++ b/dependabot.yml @@ -5,8 +5,12 @@ version: 2 updates: - - package-ecosystem: "gomod" # See documentation for possible values - directory: "/" # Location of package manifests + - package-ecosystem: "gomod" + directory: "/" schedule: - interval: "weekly" - + interval: "daily" + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "daily" + open-pull-requests-limit: 5