Barazo lexicon schemas and TypeScript types barazo.forum
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge pull request #15 from barazo-forum/ci/dependabot-github-actions

ci: add Dependabot monitoring for GitHub Actions

authored by

Guido X Jansen and committed by
GitHub
a3751e3f e022f62e

+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: "/"