Skip to content

Commit e6fa896

Browse files
authored
Add Dependabot config for GitHub Actions (#31)
This will help ensure that upstream GitHub actions stay up to date. It operationalizes updates like #30 such that they're never missed. https://docs.github.com/en/code-security/dependabot/working-with-dependabot/keeping-your-actions-up-to-date-with-dependabot ### Testing You can see the PRs that this config will open in my fork here: https://github.com/wadells/devbox-install-action/pulls?q=+is%3Apr+author%3Aapp%2Fdependabot+
1 parent a156336 commit e6fa896

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/dependabot.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
version: 2
2+
updates:
3+
- package-ecosystem: github-actions
4+
directory: "/"
5+
schedule:
6+
interval: weekly
7+
day: monday

0 commit comments

Comments
 (0)