Skip to content
This repository has been archived by the owner on Dec 12, 2023. It is now read-only.

Commit

Permalink
Update dependabot.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mcm1957 authored May 26, 2023
1 parent 7a24390 commit 8d296b2
Showing 1 changed file with 16 additions and 34 deletions.
50 changes: 16 additions & 34 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,36 +1,18 @@
version: 2
updates:
- package-ecosystem: npm
directory: "/"
schedule:
interval: daily
time: "04:00"
open-pull-requests-limit: 10
ignore:
- dependency-name: eslint
versions:
- 7.18.0
- 7.19.0
- 7.20.0
- 7.21.0
- 7.22.0
- 7.23.0
- 7.24.0
- dependency-name: mocha
versions:
- 8.2.1
- 8.3.0
- 8.3.1
- dependency-name: ws
versions:
- 7.4.2
- 7.4.3
- 7.4.4
- dependency-name: chai
versions:
- 4.3.0
- 4.3.1
- 4.3.3
- dependency-name: "@iobroker/testing"
versions:
- 2.4.2
- package-ecosystem: npm
directory: "/"
schedule:
interval: weekly
time: "04:00"
timezone: Europe/Berlin
open-pull-requests-limit: 15
versioning-strategy: increase

- package-ecosystem: github-actions
directory: "/"
schedule:
interval: weekly
time: "04:00"
timezone: Europe/Berlin
open-pull-requests-limit: 15

0 comments on commit 8d296b2

Please sign in to comment.