diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..292c71e --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,23 @@ +# Dependabot to monitor package ecosystems to monitor for updates +version: 2 +updates: + - package-ecosystem: "uv" + directory: "/" + schedule: + interval: "weekly" + commit-message: + prefix: "[CHORE] python-deps" + groups: + uv-deps: + patterns: + - "*" + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "weekly" + commit-message: + prefix: "[CHORE] python-deps" + groups: + gh-actions-deps: + patterns: + - "*" diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index b74c626..e8f4371 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -21,9 +21,8 @@ repos: rev: v0.15.1 hooks: - id: lychee-docker - # Optionally include additional CLI arguments - # args: ["--no-progress", "--exclude", "file://"] types: [markdown] + args: ["--max-retries", "10"] - repo: https://github.com/markdownlint/markdownlint rev: "v0.12.0" hooks: diff --git a/pyproject.toml b/pyproject.toml index 50ece54..7d33ccd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -52,9 +52,7 @@ google = [ "google-api-python-client>=2.140.0,<3", "google-auth-oauthlib>=0.4.6,<0.5", ] -gkeep = [ - "gkeepapi>=0.17.1,<0.18", -] +gkeep = ["gkeepapi>=0.17.1,<0.18"] notion = ["notion-client>=0.7.1,<0.8"] asana = ["asana>=1.0.0,<2"] caldav = ["caldav>=0.11.0,<0.12", "icalendar>=5.0.13,<6"]