Skip to content
Merged
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
28 changes: 15 additions & 13 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,24 +1,26 @@
# Dependabot will run on day 5 of each month at 02:05 (Europe/Berlin timezone)
version: 2
updates:
- package-ecosystem: npm

- package-ecosystem: "npm"
directory: "/"
schedule:
interval: monthly
interval: "cron"
day: 5
time: "00:05"
timezone: Europe/Berlin
open-pull-requests-limit: 5
timezone: "Europe/Berlin"
cronjob: "5 2 5 * *"
open-pull-requests-limit: 15
assignees:
- H5N1v2
versioning-strategy: increase
- "H5N1v2"
versioning-strategy: "increase"

- package-ecosystem: github-actions
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: monthly
interval: "cron"
day: 5
time: "00:05"
timezone: Europe/Berlin
open-pull-requests-limit: 5
timezone: "Europe/Berlin"
cronjob: "5 2 5 * *"
open-pull-requests-limit: 15
assignees:
- H5N1v2
- "H5N1v2"