Skip to content

Commit

Permalink
Only production dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Fenntasy committed May 27, 2022
1 parent 2459709 commit a96966e
Showing 1 changed file with 0 additions and 45 deletions.
45 changes: 0 additions & 45 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
version: 2
updates:

# Client

- package-ecosystem: "npm"
directory: "/client"
schedule:
Expand All @@ -17,21 +15,6 @@ updates:
- "Fenntasy"
- "GrosboillotFlo"

- package-ecosystem: "npm"
directory: "/client"
schedule:
interval: "monthly"
timezone: "Europe/Paris"
allow:
- dependency-type: development
open-pull-requests-limit: 10
reviewers:
- "TheRealAstoo"
- "Fenntasy"
- "GrosboillotFlo"

# Management

- package-ecosystem: "npm"
directory: "/management"
schedule:
Expand All @@ -46,21 +29,6 @@ updates:
- "Fenntasy"
- "GrosboillotFlo"

- package-ecosystem: "npm"
directory: "/management"
schedule:
interval: "monthly"
timezone: "Europe/Paris"
allow:
- dependency-type: development
open-pull-requests-limit: 10
reviewers:
- "TheRealAstoo"
- "Fenntasy"
- "GrosboillotFlo"

# Popup

- package-ecosystem: "npm"
directory: "/popup"
schedule:
Expand All @@ -74,16 +42,3 @@ updates:
- "TheRealAstoo"
- "Fenntasy"
- "GrosboillotFlo"

- package-ecosystem: "npm"
directory: "/popup"
schedule:
interval: "monthly"
timezone: "Europe/Paris"
allow:
- dependency-type: development
open-pull-requests-limit: 10
reviewers:
- "TheRealAstoo"
- "Fenntasy"
- "GrosboillotFlo"

0 comments on commit a96966e

Please sign in to comment.