From 7a427aed720e91699e52fbaceb79a0cdd3220663 Mon Sep 17 00:00:00 2001 From: bitpredator <67551273+bitpredator@users.noreply.github.com> Date: Sun, 22 Dec 2024 18:01:23 +0100 Subject: [PATCH] chore: update depandabot to scan yarn dependencies --- .github/dependabot.yml | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 88ea7ceda..4a8dc71f7 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