You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/dependabot.yml
+21-5Lines changed: 21 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -5,13 +5,29 @@
5
5
6
6
version: 2
7
7
updates:
8
-
- package-ecosystem: "pip"
8
+
- package-ecosystem: pip
9
9
directory: "/"# Location of package manifests
10
+
commit-message:
11
+
prefix: "chore(deps): "
10
12
schedule:
11
-
interval: "weekly"
13
+
interval: daily
14
+
labels:
15
+
- chore
16
+
open-pull-requests-limit: 8# default is 5
12
17
13
-
- package-ecosystem: "github-actions"
14
-
# Workflow files stored in the default location of `.github/workflows`. (You don't need to specify `/.github/workflows` for `directory`. You can use `directory: "/"`.)
18
+
- package-ecosystem: github-actions
19
+
open-pull-requests-limit: 5#default is 5
15
20
directory: "/"
21
+
commit-message:
22
+
prefix: "ci(deps): "
16
23
schedule:
17
-
interval: "weekly"
24
+
interval: daily
25
+
labels:
26
+
- ci
27
+
groups:
28
+
# allow combining github-actions updates into a single PR
0 commit comments