Skip to content

Commit c5ab35e

Browse files
authored
Enable Dependabot for GitHub Actions (#416)
1 parent 863e909 commit c5ab35e

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.github/dependabot.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,3 +15,13 @@ updates:
1515
update-types:
1616
- "minor"
1717
- "patch"
18+
- package-ecosystem: "github-actions"
19+
directory: "/"
20+
schedule:
21+
interval: "weekly"
22+
reviewers:
23+
- "Shopify/ruby-dev-exp"
24+
labels:
25+
- "chore"
26+
- "dependencies"
27+
- "gh-actions"

0 commit comments

Comments
 (0)