diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 88ea7ced..4a8dc71f 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -17,4 +17,15 @@ updates: # https://docs.github.com/en/code-security/dependabot/dependabot-security-updates/configuring-dependabot-security-updates#overriding-the-default-behavior-with-a-configuration-file open-pull-requests-limit: 99 labels: - - 'dependencies' \ No newline at end of file + - 'dependencies' + + # Dependencies yarn + - package-ecosystem: 'yarn' + directory: '/' + schedule: + interval: 'daily' + # Disable version updates for yarn dependencies + # https://docs.github.com/en/code-security/dependabot/dependabot-security-updates/configuring-dependabot-security-updates#overriding-the-default-behavior-with-a-configuration-file + open-pull-requests-limit: 99 + labels: + - 'dependencies' \ No newline at end of file