Skip to content

Commit e1be10f

Browse files
authored
Merge pull request #6 from Azure-Samples/dependabot
Add dependabot for GitHub actions
2 parents 8a646f6 + bec4843 commit e1be10f

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

.github/dependabot.yaml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
version: 2
2+
updates:
3+
4+
# Maintain dependencies for GitHub Actions
5+
- package-ecosystem: "github-actions"
6+
directory: "/"
7+
schedule:
8+
interval: "weekly"
9+
groups:
10+
github-actions:
11+
patterns:
12+
- "*"

0 commit comments

Comments
 (0)