diff --git a/.github/dependabot.yml b/.github/dependabot.yml index b4c268c..b27c4f2 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -3,7 +3,7 @@ version: 2 updates: - package-ecosystem: "bundler" - directory: "/doc" # Location of package manifests + directory: "/doc" schedule: interval: "monthly" groups: @@ -11,4 +11,3 @@ updates: applies-to: "security-updates" patterns: - "*" -