We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 70c122c commit 80f3992Copy full SHA for 80f3992
.github/dependabot.yml
@@ -1,18 +1,28 @@
1
----
2
version: 2
3
updates:
4
- package-ecosystem: "cargo"
5
directory: "/"
6
schedule:
7
interval: "weekly"
8
day: "friday"
+ open-pull-requests-limit: 2
9
+ groups:
10
+ cargo-deps:
11
+ patterns:
12
+ - "*"
13
14
- package-ecosystem: "npm"
15
directory: "/website"
16
17
interval: "monthly"
18
+ target-branch: "master"
19
20
+ website-deps:
21
22
23
24
- package-ecosystem: "github-actions"
25
26
27
28
0 commit comments