Skip to content

Commit fe616b3

Browse files
Update dependabot.yml
Remove pip and docker package ecosystem from dependabot. There are no unit tests at all and python/pip updates can be violating the source code.
1 parent 009ae45 commit fe616b3

File tree

1 file changed

+1
-21
lines changed

1 file changed

+1
-21
lines changed

.github/dependabot.yml

Lines changed: 1 addition & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -4,27 +4,7 @@
44
# https://docs.github.com/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file
55

66
version: 2
7-
updates:
8-
- package-ecosystem: pip
9-
directory: "/"
10-
schedule:
11-
interval: daily
12-
time: "03:00"
13-
timezone: UTC
14-
labels:
15-
- dependencies
16-
- python
17-
18-
- package-ecosystem: docker
19-
directory: "/"
20-
schedule:
21-
interval: daily
22-
time: "03:00"
23-
timezone: UTC
24-
labels:
25-
- dependencies
26-
- docker
27-
7+
updates:
288
- package-ecosystem: github-actions
299
directory: "/"
3010
schedule:

0 commit comments

Comments
 (0)