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.
2 parents d2d8caa + 5315341 commit 43afa10Copy full SHA for 43afa10
1 file changed
.github/dependabot.yml
@@ -0,0 +1,27 @@
1
+# SPDX-License-Identifier: PMPL-1.0-or-later
2
+# Dependabot configuration — adopts the corrected RSR template approach
3
+# (open-pull-requests-limit: 10 on cargo, grouped minor/patch).
4
+
5
+version: 2
6
+updates:
7
+ - package-ecosystem: "github-actions"
8
+ directory: "/"
9
+ schedule:
10
+ interval: "weekly"
11
+ groups:
12
+ actions:
13
+ patterns:
14
+ - "*"
15
16
+ - package-ecosystem: "cargo"
17
18
19
20
+ open-pull-requests-limit: 10
21
22
+ cargo:
23
24
25
+ update-types:
26
+ - "minor"
27
+ - "patch"
0 commit comments