Barazo default frontend barazo.forum
2
fork

Configure Feed

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

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