Skip to content

Commit

Permalink
ci(dependabot): deduplicate configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
erikgb committed Jan 26, 2025
1 parent 3899dcb commit 4c66e28
Showing 1 changed file with 6 additions and 26 deletions.
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

0 comments on commit 4c66e28

Please sign in to comment.