Skip to content

Commit 54df0a8

Browse files
authored
Remove unused dependabot config for Github actions (#3816)
This PR removes the Dependabot configuration for the `github-actions` package ecosystem since Github Actions are not used in this repository. There is no PR ever created with a `dependencies` tag which is not for `go`, `docker`, or `python`.
1 parent f311bd7 commit 54df0a8

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

.github/dependabot.yml

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -30,17 +30,6 @@ updates:
3030
- ok-to-test
3131
- release-note-none
3232

33-
# Dependencies listed in .github/workflows/*.yml
34-
- package-ecosystem: "github-actions"
35-
directory: "/"
36-
schedule:
37-
interval: "weekly"
38-
labels:
39-
- github_actions
40-
- dependencies
41-
- ok-to-test
42-
- release-note-none
43-
4433
# Dependencies listed in Dockerfile
4534
- package-ecosystem: "docker"
4635
directory: "/"

0 commit comments

Comments
 (0)