Skip to content

Commit

Permalink
deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
honzajavorek committed Sep 2, 2024
1 parent 723a31a commit 47567b1
Show file tree
Hide file tree
Showing 3 changed files with 33 additions and 9 deletions.
38 changes: 31 additions & 7 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,33 @@
version: 2
updates:
- package-ecosystem: pip
directory: "/"
schedule:
interval: daily
time: "08:00"
timezone: Europe/Prague
open-pull-requests-limit: 10
- package-ecosystem: pip
directory: "/"
schedule:
interval: daily
open-pull-requests-limit: 1
ignore:
- dependency-name: "*"
update-types: ["version-update:semver-patch"]
labels:
- dependencies
- package-ecosystem: pip
directory: "/"
schedule:
interval: weekly
open-pull-requests-limit: 1
groups:
patch-upgrades:
update-types: ["patch"]
ignore:
- dependency-name: "*"
update-types:
["version-update:semver-major", "version-update:semver-minor"]
labels:
- dependencies
- package-ecosystem: github-actions
directory: "/"
schedule:
interval: daily
open-pull-requests-limit: 1
labels:
- dependencies
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,4 @@ jobs:
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./site
#cname: python.cz
cname: python.cz
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ description = "Czech Python user group homepage"
authors = ["Honza Javorek <mail@honzajavorek.cz>"]
readme = "README.md"
homepage = "https://python.cz/"
repository = "https://github.com/honzajavorek/mkdocs-python.cz/"
repository = "https://github.com/pyvec/python.cz/"
classifiers = ["Private :: Do Not Upload"]
package-mode = false

Expand Down

0 comments on commit 47567b1

Please sign in to comment.