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
21 changes: 9 additions & 12 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@
version: 2
updates:
- package-ecosystem: "npm"
- package-ecosystem: npm
directory: "/"
schedule:
interval: "daily"
# Raised limit temporarily to get all potential upgrades
open-pull-requests-limit: 15
interval: weekly
groups:
babel:
patterns:
Expand Down Expand Up @@ -39,10 +37,10 @@ updates:
- react-router
- react-syntax-highlighter
- react-toastify
- package-ecosystem: "gomod"
- package-ecosystem: gomod
directory: "/"
schedule:
interval: "daily"
interval: weekly
groups:
golang-grpc:
patterns:
Expand All @@ -57,27 +55,26 @@ updates:
k8s:
patterns:
- "k8s.io/*"
- package-ecosystem: "npm"
- package-ecosystem: npm
directory: "/website"
schedule:
interval: weekly
groups:
npm-packages:
patterns:
- "*"
- package-ecosystem: "github-actions"
- package-ecosystem: github-actions
directory: "/"
schedule:
interval: "daily"
- package-ecosystem: "docker"
interval: weekly
- package-ecosystem: docker
directory: "/"
schedule:
interval: "daily"
interval: weekly
- package-ecosystem: pip
directory: "/"
schedule:
interval: weekly
day: thursday
groups:
python-packages:
patterns:
Expand Down