Skip to content

Commit

Permalink
Integrate dependabot configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
vycius authored Dec 14, 2023
1 parent c2b6717 commit 4312108
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
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
reviewers:
- AplinkosMinisterija/biip-developers

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

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

0 comments on commit 4312108

Please sign in to comment.