diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 6171687e..87dfc80e 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -6,7 +6,9 @@ version: 2 updates: - package-ecosystem: npm - directory: '/' # Location of package manifests + directories: + - / + - packages/* schedule: interval: 'monthly' - package-ecosystem: 'github-actions'