The Trans Directory
0
fork

Configure Feed

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

ci(dependabot): update GA periodically (#1577)

Co-authored-by: Aaron Pham <contact@aarnphm.xyz>

authored by

Romain Lespinasse
Aaron Pham
and committed by
GitHub
0f04f126 31e0b7c6

+9
+9
.github/dependabot.yml
··· 9 9 applies-to: "version-updates" 10 10 patterns: 11 11 - "*" 12 + - package-ecosystem: "github-actions" 13 + directory: "/" 14 + schedule: 15 + interval: "weekly" 16 + groups: 17 + ci-dependencies: 18 + applies-to: "version-updates" 19 + patterns: 20 + - "*"