Skip to content

Commit c6a6eab

Browse files
committed
Update dependabot.yaml
1 parent 19b82f0 commit c6a6eab

File tree

1 file changed

+31
-8
lines changed

1 file changed

+31
-8
lines changed

.github/dependabot.yaml

Lines changed: 31 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,40 @@
1-
# To get started with Dependabot version updates, you'll need to specify which
2-
# package ecosystems to update and where the package manifests are located.
3-
# Please see the documentation for all configuration options:
4-
# https://docs.github.com/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file
1+
# Dependabot configuration for automated dependency updates
2+
# See: https://docs.github.com/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file
53

64
version: 2
75
updates:
8-
- package-ecosystem: "pip" # See documentation for possible values
9-
directory: "/" # Location of package manifests
6+
- package-ecosystem: "pip"
7+
directory: "/"
108
schedule:
119
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+
1224
- 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: "/"`.)
1425
directory: "/"
1526
schedule:
16-
# Check for updates to GitHub Actions every weekday
1727
interval: "weekly"
28+
day: "monday"
29+
time: "09:00"
30+
timezone: "Asia/Jerusalem"
31+
groups:
32+
github-actions:
33+
patterns:
34+
- "*"
35+
commit-message:
36+
prefix: "ci"
37+
labels:
38+
- "dependencies"
39+
- "github-actions"
40+
open-pull-requests-limit: 5

0 commit comments

Comments
 (0)