Skip to content
This repository has been archived by the owner on Nov 21, 2024. It is now read-only.

Commit

Permalink
Merge branch 'email-calendar-invite' of github.com:amiv-eth/amivapi i…
Browse files Browse the repository at this point in the history
…nto email-calendar-invite
  • Loading branch information
kunerj committed Oct 14, 2023
2 parents 7d70cd2 + 0420db6 commit a7a3876
Showing 1 changed file with 16 additions and 1 deletion.
17 changes: 16 additions & 1 deletion .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,11 @@ updates:
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"
interval: "monthly"
groups:
all:
patterns:
- "*"
- package-ecosystem: "docker"
directory: "/"
schedule:
Expand All @@ -13,3 +17,14 @@ updates:
directory: "/"
schedule:
interval: "weekly"
groups:
eve:
patterns:
- "eve"
- "flask"
- "pymongo"
test:
patterns:
- "pytest*"
- "tox"
- "flake8"

0 comments on commit a7a3876

Please sign in to comment.