Skip to content

Commit 2518d9f

Browse files
committed
chore: add Dependabot configuration
1 parent b1b701d commit 2518d9f

File tree

1 file changed

+39
-0
lines changed

1 file changed

+39
-0
lines changed

.github/dependabot.yml

Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
1+
version: 2
2+
updates:
3+
# Zależności NuGet dla projektów .NET (skanuje repo od katalogu głównego w dół)
4+
- package-ecosystem: "nuget"
5+
directory: "/"
6+
schedule:
7+
interval: "weekly"
8+
day: "monday"
9+
time: "02:00"
10+
timezone: "UTC"
11+
open-pull-requests-limit: 10
12+
rebase-strategy: "auto"
13+
labels:
14+
- "dependencies"
15+
- "nuget"
16+
groups:
17+
nuget-minor-and-patch:
18+
update-types:
19+
- "minor"
20+
- "patch"
21+
22+
# Aktualizacje workflowów GitHub Actions
23+
- package-ecosystem: "github-actions"
24+
directory: "/"
25+
schedule:
26+
interval: "weekly"
27+
day: "monday"
28+
time: "02:30"
29+
timezone: "UTC"
30+
open-pull-requests-limit: 10
31+
rebase-strategy: "auto"
32+
labels:
33+
- "dependencies"
34+
- "github-actions"
35+
groups:
36+
actions-minor-and-patch:
37+
update-types:
38+
- "minor"
39+
- "patch"

0 commit comments

Comments
 (0)