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
- package-ecosystem: "pip"# See documentation for possible values
9
-
directory: "/"# Location of package manifests
6
+
- package-ecosystem: "pip"
7
+
directory: "/"
10
8
schedule:
11
9
interval: "weekly"
10
+
day: "monday"
11
+
time: "09:00"
12
+
timezone: "Asia/Jerusalem"
13
+
groups:
14
+
python-dependencies:
15
+
patterns:
16
+
- "*"
17
+
commit-message:
18
+
prefix: "deps"
19
+
labels:
20
+
- "dependencies"
21
+
- "python"
22
+
open-pull-requests-limit: 5
23
+
12
24
- package-ecosystem: "github-actions"
13
-
# Workflow files stored in the default location of `.github/workflows`. (You don't need to specify `/.github/workflows` for `directory`. You can use `directory: "/"`.)
14
25
directory: "/"
15
26
schedule:
16
-
# Check for updates to GitHub Actions every weekday
0 commit comments