Skip to content

Commit

Permalink
update dependabot configuration (#4041)
Browse files Browse the repository at this point in the history
* update dependabot configuration

Signed-off-by: zirain <[email protected]>

* use directories

Signed-off-by: zirain <[email protected]>

* lint

Signed-off-by: zirain <[email protected]>

---------

Signed-off-by: zirain <[email protected]>
  • Loading branch information
zirain authored Aug 14, 2024
1 parent 7078a03 commit a555a96
Showing 1 changed file with 22 additions and 37 deletions.
59 changes: 22 additions & 37 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,26 +6,24 @@
version: 2
updates:
- package-ecosystem: docker
directory: /tools/docker/envoy-gateway/
schedule:
interval: weekly
- package-ecosystem: docker
directory: /site
directories:
- /tools/docker/envoy-gateway/
- /site
schedule:
interval: weekly
- package-ecosystem: github-actions
directory: /
directories:
- /
- /tools/github-actions/setup-deps
schedule:
interval: weekly
ignore:
# skip to update retest, because it won't work with the latest version
- dependency-name: "envoyproxy/toolshed/gh-actions/retest"
- package-ecosystem: github-actions
directory: /tools/github-actions/setup-deps
schedule:
interval: weekly
- package-ecosystem: gomod
directory: /
directories:
- "/"
- "examples/extension-server"
schedule:
interval: weekly
groups:
Expand All @@ -35,35 +33,22 @@ updates:
go.opentelemetry.io:
patterns:
- "go.opentelemetry.io/*"
golang.org:
patterns:
- "golang.org/*"
- package-ecosystem: pip
directory: /tools/src/codespell
schedule:
interval: weekly
- package-ecosystem: gomod
directory: /tools/src/helm-docs
schedule:
interval: weekly
- package-ecosystem: gomod
directory: /tools/src/buf
directories:
- /tools/src/codespell
- /tools/src/sphinx-build
- /tools/src/yamllint
schedule:
interval: weekly
- package-ecosystem: gomod
directory: /tools/src/golangci-lint
schedule:
interval: weekly
- package-ecosystem: gomod
directory: /tools/src/kind
schedule:
interval: weekly
- package-ecosystem: gomod
directory: /tools/src/setup-envtest
schedule:
interval: weekly
- package-ecosystem: pip
directory: /tools/src/sphinx-build
schedule:
interval: weekly
- package-ecosystem: pip
directory: /tools/src/yamllint
directories:
- /tools/src/helm-docs
- /tools/src/buf
- /tools/src/golangci-lint
- /tools/src/kind
- /tools/src/setup-envtest
schedule:
interval: weekly

0 comments on commit a555a96

Please sign in to comment.