Barazo default frontend barazo.forum
2
fork

Configure Feed

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

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

ci: add Dependabot monitoring for GitHub Actions

authored by

Guido X Jansen and committed by
GitHub
7293fa39 e5ba603a

+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 - package-ecosystem: 'npm' 4 14 directory: '/' 5 15 schedule: