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 b35c03e commit 78a7dd8Copy full SHA for 78a7dd8
.github/dependabot.yml
@@ -1,5 +1,6 @@
1
version: 2
2
updates:
3
+# Default Branch
4
- package-ecosystem: "github-actions"
5
directory: "/"
6
schedule:
@@ -15,3 +16,21 @@ updates:
15
16
- RandomByte
17
- matz3
18
versioning-strategy: increase
19
+# v2 Branch
20
+- package-ecosystem: "github-actions"
21
+ directory: "/"
22
+ schedule:
23
+ interval: "weekly"
24
+ target-branch: "v2"
25
+- package-ecosystem: npm
26
27
28
+ interval: weekly
29
+ day: sunday
30
+ time: "10:00"
31
+ timezone: Etc/UCT
32
33
+ reviewers:
34
+ - RandomByte
35
+ - matz3
36
+ versioning-strategy: increase
0 commit comments