From 47567b1b773b7032a3b41dc316c40102845a0925 Mon Sep 17 00:00:00 2001 From: Honza Javorek Date: Mon, 2 Sep 2024 09:17:20 +0200 Subject: [PATCH] deploy --- .github/dependabot.yml | 38 ++++++++++++++++++++++++++++++------- .github/workflows/build.yml | 2 +- pyproject.toml | 2 +- 3 files changed, 33 insertions(+), 9 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 5495e0b8..99feb60e 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -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 diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index ef0a64be..ff632448 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -36,4 +36,4 @@ jobs: with: github_token: ${{ secrets.GITHUB_TOKEN }} publish_dir: ./site - #cname: python.cz + cname: python.cz diff --git a/pyproject.toml b/pyproject.toml index e7073caf..430b38f0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -3,7 +3,7 @@ description = "Czech Python user group homepage" authors = ["Honza Javorek "] 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