Skip to content

Commit

Permalink
Remove dependabot config to upgrade docker (#5152)
Browse files Browse the repository at this point in the history
The project does not have any docker file anymore https://github.com/open-telemetry/opentelemetry-collector/network/updates/333762109

Signed-off-by: Bogdan Drutu <bogdandrutu@gmail.com>
  • Loading branch information
bogdandrutu authored Apr 5, 2022
1 parent f6b1cd9 commit 5318750
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
4 changes: 0 additions & 4 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,6 @@ updates:
directory: "/"
schedule:
interval: "weekly"
- package-ecosystem: "docker"
directory: "/"
schedule:
interval: "weekly"
- package-ecosystem: "gomod"
directory: "/"
schedule:
Expand Down
1 change: 0 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,6 @@ gendependabot: $(eval SHELL:=/bin/bash)
@echo "version: 2" >> ${DEPENDABOT_PATH}
@echo "updates:" >> ${DEPENDABOT_PATH}
$(MAKE) internal-gendependabot DIR="/" PACKAGE="github-actions"
$(MAKE) internal-gendependabot DIR="/" PACKAGE="docker"
$(MAKE) internal-gendependabot DIR="/" PACKAGE="gomod"
@set -e; for dir in $(ALL_MODULES); do \
$(MAKE) internal-gendependabot DIR=$${dir:1} PACKAGE="gomod"; \
Expand Down

0 comments on commit 5318750

Please sign in to comment.