Skip to content

Commit

Permalink
chore: track examples & tests in dependabot (#847)
Browse files Browse the repository at this point in the history
Signed-off-by: spacewander <[email protected]>
  • Loading branch information
spacewander authored Jan 26, 2025
1 parent aa4943d commit 3328611
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,14 @@ updates:
directory: "/site"
schedule:
interval: "weekly"
- package-ecosystem: "gomod"
directory: "/api/tests/integration/testdata/services/grpc"
schedule:
interval: "weekly"
- package-ecosystem: "gomod"
directory: "/examples/dev_your_plugin"
schedule:
interval: "weekly"
- package-ecosystem: "npm"
directory: "/site"
schedule:
Expand Down
2 changes: 1 addition & 1 deletion common.mk
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ GATEWAY_API_VERSION = 1.0.0
MIN_K8S_VERSION = 1.26.0

GO_PROD_MODULES = api types controller plugins # To make life simper, we only run linter on 'prod modules'
GO_MODULES = $(GO_PROD_MODULES) e2e site tools ./examples/dev_your_plugin
GO_MODULES = $(GO_PROD_MODULES) e2e site tools ./examples/dev_your_plugin api/tests/integration/testdata/services/grpc
# Don't run `go mod tidy` with `site` module, as this module is managed by docsy build image
GO_MODULES_EXCLUDE_SITE = $(filter-out site,$(GO_MODULES))

Expand Down

0 comments on commit 3328611

Please sign in to comment.