Skip to content

Commit

Permalink
update dependabot config
Browse files Browse the repository at this point in the history
  • Loading branch information
rkm committed Nov 8, 2022
1 parent b7bd70c commit 2070aa8
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ updates:
target-branch: master
reviewers:
- rkm
- tznind
- jas88
- package-ecosystem: maven
directory: "/src/common/com.smi.microservices.parent"
Expand All @@ -18,27 +17,31 @@ updates:
target-branch: master
reviewers:
- rkm
- tznind
- jas88
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: daily
reviewers:
- rkm
- tznind
- jas88
- package-ecosystem: "pip"
directory: "/src/common/Smi_Common_Python"
schedule:
interval: daily
allow:
- dependency-type: "all"
reviewers:
- rkm
- jas88
- package-ecosystem: "pip"
directory: "/src/applications/SRAnonTool"
schedule:
interval: daily
allow:
- dependency-type: "all"
reviewers:
- rkm
- jas88


0 comments on commit 2070aa8

Please sign in to comment.