File tree Expand file tree Collapse file tree 1 file changed +39
-0
lines changed
Expand file tree Collapse file tree 1 file changed +39
-0
lines changed Original file line number Diff line number Diff line change 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"
You can’t perform that action at this time.
0 commit comments