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 aaa5ae6 commit 6a6737d
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,18 +3,21 @@ updates:
- package-ecosystem: github-actions
directory: '/'
schedule:
interval: daily
interval: 'daily'
open-pull-requests-limit: 99
labels:
- 'dependencies'

# Dependencies npm
# NPM
- package-ecosystem: 'npm'
directory: '\server-data\resources\[phone]\pma-voice\voice-ui'
directory: '/'
schedule:
interval: 'daily'
commit-message:
# Prefix all commit messages with "npm: "
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
labels:
- 'dependencies'
- 'dependencies'

0 comments on commit 6a6737d

Please sign in to comment.