Skip to content

Commit

Permalink
Add dependabot support
Browse files Browse the repository at this point in the history
  • Loading branch information
UncleSamSwiss committed Jan 17, 2025
1 parent 847d253 commit 8dce01a
Showing 1 changed file with 31 additions and 0 deletions.
31 changes: 31 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
version: 2
updates:
- package-ecosystem: npm
directory: "/express/backend"
schedule:
interval: daily
time: "04:00"
timezone: Europe/Berlin
allow:
- dependency-name: "@iobroker/create-adapter"
dependency-type: "all"
- dependency-name: "@iobroker/repochecker"
dependency-type: "all"
open-pull-requests-limit: 20
assignees:
- UncleSamSwiss
versioning-strategy: increase

- package-ecosystem: npm
directory: "/express/frontend"
schedule:
interval: daily
time: "04:00"
timezone: Europe/Berlin
allow:
- dependency-name: "@iobroker/create-adapter"
dependency-type: "all"
open-pull-requests-limit: 20
assignees:
- UncleSamSwiss
versioning-strategy: increase

0 comments on commit 8dce01a

Please sign in to comment.