Skip to content

Commit c43ed2d

Browse files
authoredOct 30, 2024··
fix dependabot configuration (#76)
1 parent a62f8a0 commit c43ed2d

File tree

1 file changed

+0
-31
lines changed

1 file changed

+0
-31
lines changed
 

‎.github/dependabot.yml

-31
Original file line numberDiff line numberDiff line change
@@ -9,34 +9,3 @@ updates:
99
directory: "/" # Location of package manifests
1010
schedule:
1111
interval: "daily"
12-
13-
- package-ecosystem: "gomod"
14-
directory: "/internal/common"
15-
schedule:
16-
interval: "daily"
17-
18-
- package-ecosystem: "gomod"
19-
directory: "/internal/cpudb"
20-
schedule:
21-
interval: "daily"
22-
23-
- package-ecosystem: "gomod"
24-
directory: "/internal/report"
25-
schedule:
26-
interval: "daily"
27-
28-
- package-ecosystem: "gomod"
29-
directory: "/internal/script"
30-
schedule:
31-
interval: "daily"
32-
33-
- package-ecosystem: "gomod"
34-
directory: "/internal/target"
35-
schedule:
36-
interval: "daily"
37-
38-
- package-ecosystem: "gomod"
39-
directory: "/internal/util"
40-
schedule:
41-
interval: "daily"
42-

0 commit comments

Comments
 (0)
Please sign in to comment.