Skip to content

Commit 47567b1

Browse files
committed
deploy
1 parent 723a31a commit 47567b1

3 files changed

Lines changed: 33 additions & 9 deletions

File tree

.github/dependabot.yml

Lines changed: 31 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,33 @@
11
version: 2
22
updates:
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

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,4 +36,4 @@ jobs:
3636
with:
3737
github_token: ${{ secrets.GITHUB_TOKEN }}
3838
publish_dir: ./site
39-
#cname: python.cz
39+
cname: python.cz

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ description = "Czech Python user group homepage"
33
authors = ["Honza Javorek <mail@honzajavorek.cz>"]
44
readme = "README.md"
55
homepage = "https://python.cz/"
6-
repository = "https://github.com/honzajavorek/mkdocs-python.cz/"
6+
repository = "https://github.com/pyvec/python.cz/"
77
classifiers = ["Private :: Do Not Upload"]
88
package-mode = false
99

0 commit comments

Comments
 (0)