Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
23 changes: 23 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -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:
- "*"
3 changes: 1 addition & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
4 changes: 1 addition & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"]
Expand Down
Loading