Skip to content

Commit

Permalink
Disable dependabox (#2385)
Browse files Browse the repository at this point in the history
Temporarily disable dependabot while we try out Forking Renovate.

---------

Signed-off-by: dependabot[bot] <[email protected]>
Signed-off-by: Yuri Shkuro <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Yuri Shkuro <[email protected]>
  • Loading branch information
dependabot[bot] and yurishkuro authored Jul 17, 2024
1 parent 8772ad6 commit 2d7cd47
Showing 1 changed file with 46 additions and 40 deletions.
86 changes: 46 additions & 40 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,44 +1,50 @@
version: 2
updates:
- package-ecosystem: "npm"
open-pull-requests-limit: 50
labels: [ "changelog:dependencies" ]
directory: "/"
- package-ecosystem: docker
schedule:
interval: "weekly"
day: "tuesday"
# we have too many dependency PRs today to rebase automatically
rebase-strategy: "disabled"
groups:
babel:
patterns:
- "@babel/*"
- "babel-loader"
eslint:
patterns:
- "@typescript-eslint/*"
- "eslint"
- "eslint*"
jest:
patterns:
- "@jest*"
- "jest*"
- "babel-jest"
- "@testing-library/jest*"
react:
patterns:
- "@types/react"
- "@types/react-dom"
- "react"
- "react-dom"
vite:
patterns:
- "vite"
- "@vitejs/*"
interval: "monthly"
directories:
- /.github/workflows/Dockerfile

- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"
day: "tuesday"
labels: [ "changelog:dependencies" ]
# - package-ecosystem: "npm"
# open-pull-requests-limit: 50
# labels: [ "changelog:dependencies" ]
# directory: "/"
# schedule:
# interval: "weekly"
# day: "tuesday"
# # we have too many dependency PRs today to rebase automatically
# rebase-strategy: "disabled"
# groups:
# babel:
# patterns:
# - "@babel/*"
# - "babel-loader"
# eslint:
# patterns:
# - "@typescript-eslint/*"
# - "eslint"
# - "eslint*"
# jest:
# patterns:
# - "@jest*"
# - "jest*"
# - "babel-jest"
# - "@testing-library/jest*"
# react:
# patterns:
# - "@types/react"
# - "@types/react-dom"
# - "react"
# - "react-dom"
# vite:
# patterns:
# - "vite"
# - "@vitejs/*"

# - package-ecosystem: "github-actions"
# directory: "/"
# schedule:
# interval: "weekly"
# day: "tuesday"
# labels: [ "changelog:dependencies" ]

0 comments on commit 2d7cd47

Please sign in to comment.