-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
30 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |