There was an error while loading. Please reload this page.
1 parent 6b6e2a7 commit f96e555Copy full SHA for f96e555
1 file changed
.github/dependabot.yml
@@ -0,0 +1,20 @@
1
+version: 2
2
+updates:
3
+ - package-ecosystem: "github-actions"
4
+ directory: "/"
5
+ schedule:
6
+ interval: "weekly"
7
+ day: "monday"
8
+ time: "04:00"
9
+ open-pull-requests-limit: 5
10
+ reviewers:
11
+ - "ByronWilliamsCPA"
12
+ assignees:
13
14
+ commit-message:
15
+ prefix: "ci(actions):"
16
+ include: "scope"
17
+ pull-request-branch-name:
18
+ separator: "/"
19
+ allow:
20
+ - dependency-type: "all"
0 commit comments