Skip to content

Commit 10d196d

Browse files
authored
Add dependabot (Azure#329)
1 parent df58fb4 commit 10d196d

1 file changed

Lines changed: 18 additions & 0 deletions

File tree

.github/dependabot.yml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
version: 2
2+
updates:
3+
- package-ecosystem: npm
4+
directory: /
5+
schedule:
6+
interval: weekly
7+
groups:
8+
actions:
9+
patterns:
10+
- '*'
11+
- package-ecosystem: github-actions
12+
directory: .github/workflows
13+
schedule:
14+
interval: weekly
15+
groups:
16+
actions:
17+
patterns:
18+
- '*'

0 commit comments

Comments
 (0)