Skip to content

Commit

Permalink
Dependabot configuration for security updates
Browse files Browse the repository at this point in the history
  • Loading branch information
vycius committed Jan 30, 2024
1 parent 0d7d1be commit 6382bc0
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
version: 2
updates:
# Maintain dependencies for npm
- package-ecosystem: npm
directory: /
# Disable version updates for npm dependencies
# This option has no impact on security updates, which have a separate, internal limit of ten open pull requests.
open-pull-requests-limit: 0
schedule:
interval: daily

# Maintain dependencies for GitHub actions
- package-ecosystem: github-actions
directory: /
open-pull-requests-limit: 0
schedule:
interval: daily

# Maintain dependencies for Docker
- package-ecosystem: docker
directory: /
open-pull-requests-limit: 0
schedule:
interval: daily

0 comments on commit 6382bc0

Please sign in to comment.