diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 504a651..d0bee54 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -12,3 +12,9 @@ updates: interval: 'monthly' open-pull-requests-limit: 3 rebase-strategy: auto + - package-ecosystem: 'bundler' + directory: '/docs' + schedule: + interval: 'weekly' + open-pull-requests-limit: 3 + rebase-strategy: auto \ No newline at end of file