Skip to content

Commit 55ffb04

Browse files
committed
chore(dependabot): remove Go Modules configuration
1 parent 2cbff8c commit 55ffb04

File tree

1 file changed

+2
-31
lines changed

1 file changed

+2
-31
lines changed

.github/dependabot.yml

Lines changed: 2 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -56,36 +56,7 @@ updates:
5656
include: "scope"
5757

5858
# ──────────────────────────────────────────────────────────────
59-
# 2. Go Modules (go.mod / go.sum)
60-
# ──────────────────────────────────────────────────────────────
61-
- package-ecosystem: "gomod"
62-
directory: "/examples/"
63-
target-branch: "main"
64-
schedule:
65-
interval: "weekly"
66-
day: "monday"
67-
time: "09:00"
68-
timezone: "America/New_York"
69-
allow:
70-
- dependency-type: "direct"
71-
groups:
72-
security-deps:
73-
patterns:
74-
- "*crypto*"
75-
- "*security*"
76-
- "*auth*"
77-
- "*jwt*"
78-
- "*oauth*"
79-
update-types: ["minor", "patch"]
80-
open-pull-requests-limit: 10
81-
assignees: ["mrz1836"]
82-
labels: ["chore", "dependencies", "gomod"]
83-
commit-message:
84-
prefix: "chore"
85-
include: "scope"
86-
87-
# ──────────────────────────────────────────────────────────────
88-
# 3. GitHub Actions Workflows
59+
# 2. GitHub Actions Workflows
8960
# ──────────────────────────────────────────────────────────────
9061
- package-ecosystem: "github-actions"
9162
directory: "/"
@@ -108,7 +79,7 @@ updates:
10879
include: "scope"
10980

11081
# ──────────────────────────────────────────────────────────────
111-
# 4. DevContainer (devcontainer.json : base image + features)
82+
# 3. DevContainer (devcontainer.json : base image + features)
11283
# ──────────────────────────────────────────────────────────────
11384
- package-ecosystem: "devcontainers"
11485
directory: "/"

0 commit comments

Comments
 (0)