Skip to content

Commit f092b80

Browse files
authored
Merge pull request #9 from shinji-san/cicd-Dependabot
CI/CID - Introduce Dependabot Resolves: #9
2 parents dff4353 + b965f47 commit f092b80

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

.github/dependabot.yml

+24
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
# Please see the documentation for all configuration options:
2+
# https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates
3+
4+
version: 2
5+
updates:
6+
- package-ecosystem: "nuget"
7+
directory: "/"
8+
schedule:
9+
interval: "weekly"
10+
target-branch: "develop"
11+
assignees:
12+
- "shinji-san"
13+
reviewers:
14+
- "shinji-san"
15+
16+
- package-ecosystem: github-actions
17+
directory: "/"
18+
schedule:
19+
interval: weekly
20+
target-branch: "develop"
21+
assignees:
22+
- "shinji-san"
23+
reviewers:
24+
- "shinji-san"

0 commit comments

Comments
 (0)