diff --git a/.github/dependabot.yml b/.github/dependabot.yml index bc7c2dd07..f167562a6 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -40,4 +40,14 @@ updates: time: "01:00" timezone: "UTC" -# no website for now + - package-ecosystem: "npm" + directory: "/docs/website" + commit-message: + prefix: "chore:" + open-pull-requests-limit: 10 + rebase-strategy: disabled + schedule: + interval: "weekly" + day: "monday" + time: "01:00" + timezone: "UTC"