Skip to content
Closed
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
37 changes: 18 additions & 19 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,27 +1,26 @@
# Dependabot will run on day 20 of each month at 02:36 (Europe/Berlin timezone)
version: 2
updates:
# Maintain dependencies for GitHub Actions
- package-ecosystem: github-actions
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: monthly
time: "04:00"
timezone: Europe/Berlin

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

- package-ecosystem: npm
interval: "cron"
timezone: "Europe/Berlin"
cronjob: "36 2 20 * *"
open-pull-requests-limit: 15
versioning-strategy: "increase"
- package-ecosystem: "npm"
directory: "/src-rx"
schedule:
interval: monthly
time: "04:00"
timezone: Europe/Berlin
open-pull-requests-limit: 5
versioning-strategy: increase
interval: "cron"
timezone: "Europe/Berlin"
cronjob: "36 2 20 * *"
open-pull-requests-limit: 15
versioning-strategy: "increase"
Loading