Skip to content

Commit

Permalink
use directories
Browse files Browse the repository at this point in the history
Signed-off-by: zirain <[email protected]>
  • Loading branch information
zirain committed Aug 14, 2024
1 parent 2322e73 commit 3704410
Showing 1 changed file with 22 additions and 41 deletions.
63 changes: 22 additions & 41 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/

Check failure on line 10 in .github/dependabot.yml

View workflow job for this annotation

GitHub Actions / lint

10:5 [indentation] wrong indentation: expected 6 but found 4

Check failure on line 10 in .github/dependabot.yml

View workflow job for this annotation

GitHub Actions / lint

10:5 [indentation] wrong indentation: expected 6 but found 4
- /site
schedule:
interval: weekly
- package-ecosystem: github-actions
directory: /
directories:
- /

Check failure on line 16 in .github/dependabot.yml

View workflow job for this annotation

GitHub Actions / lint

16:5 [indentation] wrong indentation: expected 6 but found 4

Check failure on line 16 in .github/dependabot.yml

View workflow job for this annotation

GitHub Actions / lint

16:5 [indentation] wrong indentation: expected 6 but found 4
- /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,39 +33,22 @@ updates:
go.opentelemetry.io:
patterns:
- "go.opentelemetry.io/*"
- package-ecosystem: gomod
directory: examples/extension-server
schedule:
interval: weekly
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
schedule:
interval: weekly
- package-ecosystem: gomod
directory: /tools/src/golangci-lint
schedule:
interval: weekly
- package-ecosystem: gomod
directory: /tools/src/kind
directories:
- /tools/src/codespell

Check failure on line 41 in .github/dependabot.yml

View workflow job for this annotation

GitHub Actions / lint

41:5 [indentation] wrong indentation: expected 6 but found 4

Check failure on line 41 in .github/dependabot.yml

View workflow job for this annotation

GitHub Actions / lint

41:5 [indentation] wrong indentation: expected 6 but found 4
- /tools/src/sphinx-build
- /tools/src/yamllint
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

Check failure on line 48 in .github/dependabot.yml

View workflow job for this annotation

GitHub Actions / lint

48:5 [indentation] wrong indentation: expected 6 but found 4

Check failure on line 48 in .github/dependabot.yml

View workflow job for this annotation

GitHub Actions / lint

48:5 [indentation] wrong indentation: expected 6 but found 4
- /tools/src/buf
- /tools/src/golangci-lint
- /tools/src/kind
- /tools/src/setup-envtest
schedule:
interval: weekly

0 comments on commit 3704410

Please sign in to comment.