Skip to content
This repository has been archived by the owner on May 14, 2023. It is now read-only.

Commit

Permalink
dependabot: truly disable
Browse files Browse the repository at this point in the history
  • Loading branch information
Lctrs committed Dec 27, 2020
1 parent d666367 commit 2e88e1f
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ updates:
directory: "/admin"
labels:
- "dependency"
open-pull-requests-limit: 10
#package-ecosystem: "npm"
open-pull-requests-limit: 0
package-ecosystem: "npm"
schedule:
interval: "monthly"
interval: "daily"
versioning-strategy: "increase"

- commit-message:
Expand All @@ -21,10 +21,10 @@ updates:
directory: "/api"
labels:
- "dependency"
open-pull-requests-limit: 20
#package-ecosystem: "composer"
open-pull-requests-limit: 0
package-ecosystem: "composer"
schedule:
interval: "monthly"
interval: "daily"
versioning-strategy: "increase"
ignore:
- dependency-name: "symfony/asset"
Expand Down Expand Up @@ -91,10 +91,10 @@ updates:
directory: "/client"
labels:
- "dependency"
open-pull-requests-limit: 10
#package-ecosystem: "npm"
open-pull-requests-limit: 0
package-ecosystem: "npm"
schedule:
interval: "monthly"
interval: "daily"
versioning-strategy: "increase"

- commit-message:
Expand All @@ -103,7 +103,7 @@ updates:
directory: "/"
labels:
- "dependency"
open-pull-requests-limit: 10
#package-ecosystem: "github-actions"
open-pull-requests-limit: 0
package-ecosystem: "github-actions"
schedule:
interval: "monthly"
interval: "daily"

0 comments on commit 2e88e1f

Please sign in to comment.