Skip to content

Commit

Permalink
Update dependabot.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
bitpredator committed Aug 18, 2024
1 parent c4e61d8 commit 30de5cd
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,18 +3,16 @@ updates:
- package-ecosystem: github-actions
directory: '/'
schedule:
interval: 'daily'
interval: daily
open-pull-requests-limit: 99
labels:
- 'dependencies'

# NPM
# Dependencies npm
- package-ecosystem: 'npm'
directory: '/'
schedule:
interval: 'daily'
commit-message: "npm dependencies"
prefix: "npm"
# Disable version updates for npm 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
Expand Down

0 comments on commit 30de5cd

Please sign in to comment.