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

Commit

Permalink
Create dependabot.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
maxschwinghammer authored Oct 9, 2023
1 parent 6b77093 commit 23b84a3
Showing 1 changed file with 38 additions and 0 deletions.
38 changes: 38 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
version: 2
updates:
- package-ecosystem: "npm"
directory: "src/main/web/"
schedule:
interval: "weekly"
day: "sunday"
time: "03:00"
timezone: "Europe/Berlin"
commit-message:
prefix: "npm"
labels:
- "npm dependencies"
open-pull-requests-limit: 5
reviewers:
- "JonasEbbinghaus25"
- "maxschwinghammer"
- "Nahlam4"
- "FurKay00"
- "denniskp"

- package-ecosystem: "maven"
directory: "/"
schedule:
interval: "weekly"
day: "sunday"
time: "03:00"
timezone: "Europe/Berlin"
commit-message:
prefix: "maven"
open-pull-requests-limit: 10
reviewers:
- "JonasEbbinghaus25"
- "maxschwinghammer"
- "Nahlam4"
- "FurKay00"
- "denniskp"

0 comments on commit 23b84a3

Please sign in to comment.