Skip to content

Commit f013099

Browse files
authored
chore: add github-actions ecosystem to dependabot coverage (#7)
This repo lacked dependabot coverage for the github-actions ecosystem, which is how the Node 20 deprecation accumulated silently before DTD#18 surfaced it as a deadline-driven scramble. Adds .github/dependabot.yml with weekly github-actions update checks. Future deprecations will surface as PRs rather than needing manual ecosystem audits. Refs TMHSDigital/Developer-Tools-Directory#31. Signed-off-by: 154358121+TMHSDigital@users.noreply.github.com Made-with: Cursor Signed-off-by: 154358121+TMHSDigital@users.noreply.github.com
1 parent affbd2b commit f013099

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.github/dependabot.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
version: 2
2+
updates:
3+
- package-ecosystem: "github-actions"
4+
directory: "/"
5+
schedule:
6+
interval: "weekly"

0 commit comments

Comments
 (0)