Skip to content

Commit 2808da6

Browse files
author
Elizabeth Perl
authored
Create dependabot.yml
1 parent 353f989 commit 2808da6

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

.github/workflows/dependabot.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# Uses dependabot to check things
2+
version: 2
3+
updates:
4+
# Enable version updates for GitHub Actions
5+
- package-ecosystem: "github-actions"
6+
# The default location of the bot is `.github/workflows`
7+
directory: "/"
8+
schedule:
9+
interval: "weekly"

0 commit comments

Comments
 (0)