File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 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"
You can’t perform that action at this time.
0 commit comments