diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 4f1901a..bc7c9bd 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -11,10 +11,36 @@ updates: schedule: interval: "daily" + - package-ecosystem: "npm" + directory: "/docs/user" + schedule: + interval: "weekly" + groups: + docusaurus: + patterns: + - "@docusaurus/*" + react: + patterns: + - "react" + - "react-dom" + + - package-ecosystem: "npm" + directory: "/docs/developer" + schedule: + interval: "weekly" + groups: + docusaurus: + patterns: + - "@docusaurus/*" + react: + patterns: + - "react" + - "react-dom" + - package-ecosystem: "pip" directory: "/" schedule: interval: "daily" ignore: # Dependabot should not update Home Assistant as that should match the homeassistant key in hacs.json - - dependency-name: "homeassistant" \ No newline at end of file + - dependency-name: "homeassistant"