Skip to content

Commit bd29ba1

Browse files
committed
docs: fix copilot-instructions relative path and add Dependabot to changelog
- Fix broken relative link in .github/copilot-instructions.md (../../AGENTS.md -> ../AGENTS.md) - Add Dependabot auto-merge entry to CHANGELOG Infrastructure section - Note weekly schedule on security scanning entry Signed-off-by: Sebastien Tardif <sebtardif@ncf.ca>
1 parent 93d21a2 commit bd29ba1

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

.github/copilot-instructions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
# Copilot
22

3-
See [AGENTS.md](../../AGENTS.md) for project conventions, dev commands, and coding standards.
3+
See [AGENTS.md](../AGENTS.md) for project conventions, dev commands, and coding standards.

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,5 +31,6 @@
3131
### Infrastructure
3232

3333
- Automated test harness with unit tests and VS Code extension integration tests
34-
- CI on self-hosted runner with npm audit security scanning
34+
- CI on self-hosted runner with npm audit security scanning (weekly schedule)
35+
- Dependabot auto-merge for minor and patch dependency updates
3536
- Extension packaging with `@vscode/vsce`

0 commit comments

Comments
 (0)