Skip to content

Commit 0c8d5e1

Browse files
authored
Create dependabot.yml
1 parent f08fccf commit 0c8d5e1

File tree

1 file changed

+32
-0
lines changed

1 file changed

+32
-0
lines changed

.github/dependabot.yml

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
# Dependabot configuration for dynamic-pricing-strategies-ml
2+
# https://docs.github.com/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file
3+
4+
version: 2
5+
updates:
6+
# Python dependencies (pip)
7+
- package-ecosystem: "pip"
8+
directory: "/"
9+
schedule:
10+
interval: "weekly"
11+
# Set review requirements and limits
12+
open-pull-requests-limit: 10
13+
labels:
14+
- "dependencies"
15+
- "python"
16+
# Group minor and patch updates
17+
groups:
18+
minor-patch-dependencies:
19+
patterns:
20+
- "*"
21+
update-types:
22+
- "minor"
23+
- "patch"
24+
25+
# GitHub Actions
26+
- package-ecosystem: "github-actions"
27+
directory: "/"
28+
schedule:
29+
interval: "weekly"
30+
labels:
31+
- "dependencies"
32+
- "github-actions"

0 commit comments

Comments
 (0)