Barazo lexicon schemas and TypeScript types barazo.forum

ci: add Dependabot monitoring for GitHub Actions

Keeps pinned action SHAs up-to-date automatically when new
versions are released.

+10
+10
.github/dependabot.yml
··· 1 1 version: 2 2 2 updates: 3 + # Keep GitHub Actions pinned SHAs up-to-date 4 + - package-ecosystem: "github-actions" 5 + directory: "/" 6 + schedule: 7 + interval: "weekly" 8 + open-pull-requests-limit: 5 9 + labels: 10 + - "dependencies" 11 + - "ci" 12 + 3 13 # Enable security updates for npm dependencies 4 14 - package-ecosystem: "npm" 5 15 directory: "/"