Skip to content

Commit

Permalink
chore: update depandabot to scan yarn dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
bitpredator committed Dec 22, 2024
1 parent 59169bf commit 7a427ae
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
- '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'

0 comments on commit 7a427ae

Please sign in to comment.