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 65ddf00 + 5a9bfdd commit 29b4b57Copy full SHA for 29b4b57
.github/dependabot.yml
@@ -12,7 +12,7 @@ updates:
12
commit-message:
13
prefix: "build"
14
target-branch: "dependabotchanges"
15
- open-pull-requests-limit: 10
+ open-pull-requests-limit: 100
16
17
- package-ecosystem: "pip" # for backend dependencies
18
directory: "/"
@@ -21,4 +21,13 @@ updates:
21
22
23
24
25
+
26
+ - package-ecosystem: "github-actions"
27
+ directory: "/"
28
+ schedule:
29
+ interval: "monthly"
30
+ commit-message:
31
+ prefix: "build"
32
+ target-branch: "dependabotchanges"
33
0 commit comments