File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11version : 2
22updates :
3- - package-ecosystem : pip
4- directory : " /"
5- schedule :
6- interval : daily
7- time : " 08:00"
8- timezone : Europe/Prague
9- open-pull-requests-limit : 10
3+ - package-ecosystem : pip
4+ directory : " /"
5+ schedule :
6+ interval : daily
7+ open-pull-requests-limit : 1
8+ ignore :
9+ - dependency-name : " *"
10+ update-types : ["version-update:semver-patch"]
11+ labels :
12+ - dependencies
13+ - package-ecosystem : pip
14+ directory : " /"
15+ schedule :
16+ interval : weekly
17+ open-pull-requests-limit : 1
18+ groups :
19+ patch-upgrades :
20+ update-types : ["patch"]
21+ ignore :
22+ - dependency-name : " *"
23+ update-types :
24+ ["version-update:semver-major", "version-update:semver-minor"]
25+ labels :
26+ - dependencies
27+ - package-ecosystem : github-actions
28+ directory : " /"
29+ schedule :
30+ interval : daily
31+ open-pull-requests-limit : 1
32+ labels :
33+ - dependencies
Original file line number Diff line number Diff line change 3636 with :
3737 github_token : ${{ secrets.GITHUB_TOKEN }}
3838 publish_dir : ./site
39- # cname: python.cz
39+ cname : python.cz
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ description = "Czech Python user group homepage"
33authors = [" Honza Javorek <mail@honzajavorek.cz>" ]
44readme = " README.md"
55homepage = " https://python.cz/"
6- repository = " https://github.com/honzajavorek/mkdocs- python.cz/"
6+ repository = " https://github.com/pyvec/ python.cz/"
77classifiers = [" Private :: Do Not Upload" ]
88package-mode = false
99
You can’t perform that action at this time.
0 commit comments