Skip to content

Commit 53e46d7

Browse files
committed
chore(deps): remove Dockerfiles from Dependabot configuration
1 parent 4ce53eb commit 53e46d7

File tree

1 file changed

+1
-27
lines changed

1 file changed

+1
-27
lines changed

.github/dependabot.yml

Lines changed: 1 addition & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# Repo: mrz1836/<repo>
44
#
55
# Purpose:
6-
# • Keep Go modules, GitHub Actions, DevContainer images/features, and Docker
6+
# • Keep Go modules, GitHub Actions and DevContainer images/features
77
# base images up‑to‑date with zero‑day security patches and semantic‑version
88
# upgrades.
99
# • Reduce attack surface by limiting outdated dependencies.
@@ -100,29 +100,3 @@ updates:
100100
commit-message:
101101
prefix: "chore"
102102
include: "scope"
103-
104-
# ──────────────────────────────────────────────────────────────
105-
# 4. Dockerfiles (any Dockerfile in repo root or sub‑dirs)
106-
# ──────────────────────────────────────────────────────────────
107-
- package-ecosystem: "docker"
108-
directory: "/"
109-
target-branch: "master"
110-
schedule:
111-
interval: "weekly"
112-
day: "monday"
113-
time: "09:45"
114-
timezone: "America/New_York"
115-
allow:
116-
- dependency-type: "direct"
117-
ignore:
118-
- dependency-name: "alpine"
119-
- dependency-name: "scratch"
120-
groups:
121-
dockerfiles-all:
122-
patterns: ["*"]
123-
open-pull-requests-limit: 5
124-
assignees: ["mrz1836"]
125-
labels: ["chore", "dependencies", "docker"]
126-
commit-message:
127-
prefix: "chore"
128-
include: "scope"

0 commit comments

Comments
 (0)