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 8026ccd commit 4e66760Copy full SHA for 4e66760
.github/dependabot.yml
@@ -11,3 +11,21 @@ updates:
11
directory: "/"
12
schedule:
13
interval: "daily"
14
+ # Allow up to 5 open pull requests for GitHub Actions dependencies
15
+ open-pull-requests-limit: 5
16
+ labels:
17
+ - "dependencies"
18
+ # Rebase open pull requests when changes are detected
19
+ rebase-strategy: "auto"
20
+
21
+ # Maintain dependencies for NuGet packages
22
+ - package-ecosystem: "nuget"
23
+ directory: "/"
24
+ schedule:
25
+ interval: "daily"
26
+ # Allow up to 10 open pull requests for NuGet dependencies
27
+ open-pull-requests-limit: 10
28
29
30
31
0 commit comments