Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
32 changes: 6 additions & 26 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
version: 2
updates:
# Maintain dependencies for frontend
- package-ecosystem: "npm"
directory: "/"
directories:
- "/"
- "/website"
schedule:
interval: "daily"
# Raised limit temporarily to get all potential upgrades
Expand All @@ -13,6 +14,9 @@ updates:
- "@babel/core"
- "@babel/preset-env"
- "@types/babel__preset-env"
docusaurus:
patterns:
- "@docusaurus/*"
emotion:
patterns:
- "@emotion/*"
Expand Down Expand Up @@ -40,7 +44,6 @@ updates:
- react-router
- react-syntax-highlighter
- react-toastify
# Maintain dependencies for backend
- package-ecosystem: "gomod"
directory: "/"
schedule:
Expand All @@ -59,33 +62,10 @@ updates:
k8s:
patterns:
- "k8s.io/*"
# Maintain dependencies for website
- package-ecosystem: "npm"
directory: "/website"
schedule:
interval: "daily"
groups:
docusaurus:
patterns:
- "@docusaurus/*"
react-docs:
patterns:
- react
- "react-*"
- "@types/react"
- "@types/react-*"
exclude-patterns:
- react-lottie-player
- react-markdown
- react-router
- react-syntax-highlighter
- react-toastify
# maintain dependencies for github actions
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "daily"
# maintain dependencies for Dockerfiles
- package-ecosystem: "docker"
directory: "/"
schedule:
Expand Down