We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 09f3b4b commit a2abd47Copy full SHA for a2abd47
.github/workflows/dependabot.yml
@@ -0,0 +1,31 @@
1
+version: 2
2
+updates:
3
+ - package-ecosystem: "github-actions"
4
+ directory: "/"
5
+ target-branch: "master"
6
+ schedule:
7
+ interval: "weekly"
8
+ day: "sunday"
9
+ labels:
10
+ - "auto update"
11
+ - "infrastructure"
12
+ - "no RN"
13
+ open-pull-requests-limit: 3
14
+ commit-message:
15
+ prefix: "chore"
16
+ include: "scope"
17
+
18
+ - package-ecosystem: "sbt"
19
20
21
22
23
24
25
26
+ - "dependencies"
27
28
29
30
31
0 commit comments