Skip to content

Commit 3e573f3

Browse files
committed
fix: devcontainer, deps duplication
1 parent a2de08c commit 3e573f3

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/dependabot.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
# Security Hardened Defaults:
1717
# • Weekly cadence (Monday 09:00 America/New_York) – align with CVE dump cycle.
1818
# • Direct dependencies only – prevents unsolicited transitive churn.
19-
# • PRs labeled, assigned, and target the protected master branch.
19+
# • PRs labeled, assigned, and target the protected "master" branch.
2020
# • PR titles prefixed with chore(scope): – conventional commits.
2121
# • Force‑push and delete‑branch disabled via branch‑protection rules.
2222
# • PR limit = 10 to avoid queue flooding.
@@ -74,14 +74,14 @@ updates:
7474
assignees: [ "galt-tr","mrz1836" ]
7575
labels: [ "chore", "dependencies", "github-actions" ]
7676
commit-message:
77-
prefix: "chore(deps)"
77+
prefix: "chore"
7878
include: "scope"
7979

8080
# ──────────────────────────────────────────────────────────────
8181
# 3. DevContainer (devcontainer.json : base image + features)
8282
# ──────────────────────────────────────────────────────────────
8383
- package-ecosystem: "devcontainers"
84-
directory: "/.devcontainer"
84+
directory: "/"
8585
target-branch: "master"
8686
schedule:
8787
interval: "weekly"
@@ -97,5 +97,5 @@ updates:
9797
assignees: [ "galt-tr","mrz1836" ]
9898
labels: [ "chore", "dependencies", "devcontainer" ]
9999
commit-message:
100-
prefix: "chore(deps)"
100+
prefix: "chore"
101101
include: "scope"

0 commit comments

Comments
 (0)