We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 24806f3 commit ef15cf6Copy full SHA for ef15cf6
1 file changed
.github/dependabot.yml
@@ -0,0 +1,32 @@
1
+version: 2
2
+updates:
3
+ # Go modules
4
+ - package-ecosystem: "gomod"
5
+ directory: "/"
6
+ schedule:
7
+ interval: "weekly"
8
+ day: "monday"
9
+ open-pull-requests-limit: 10
10
+ reviewers:
11
+ - "SCKelemen"
12
+ labels:
13
+ - "dependencies"
14
+ - "go"
15
+ commit-message:
16
+ prefix: "chore"
17
+ include: "scope"
18
+
19
+ # GitHub Actions
20
+ - package-ecosystem: "github-actions"
21
22
23
24
25
+ open-pull-requests-limit: 5
26
27
28
29
30
+ - "github-actions"
31
32
+ prefix: "ci"
0 commit comments