Skip to content

Commit

Permalink
Disable dependabot.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
JeanDavidDaviet authored Nov 20, 2023
1 parent 19e49ac commit 3f704bc
Showing 1 changed file with 18 additions and 17 deletions.
35 changes: 18 additions & 17 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,17 +1,18 @@
version: 2
updates:
- package-ecosystem: "npm"
directory: "/"
schedule:
interval: "weekly"
open-pull-requests-limit: 100
labels:
- "npm"
- "dependencies"

- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "daily"
allow:
- dependency-type: "direct"
# version: 2
# updates:
# - package-ecosystem: "npm"
# directory: "/"
# schedule:
# interval: "weekly"
# open-pull-requests-limit: 100
# labels:
# - "npm"
# - "dependencies"
#
# - package-ecosystem: "github-actions"
# directory: "/"
# schedule:
# interval: "daily"
# allow:
# - dependency-type: "direct"
#

0 comments on commit 3f704bc

Please sign in to comment.