Skip to content

Commit

Permalink
Update dependabot.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
warmachine028 authored Jul 21, 2024
1 parent 0abd754 commit f760f1f
Showing 1 changed file with 16 additions and 13 deletions.
29 changes: 16 additions & 13 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
version: 2
updates:
- package-ecosystem: npm
- package-ecosystem: npm #! for javascript & typescript
directory: "/"
schedule:
interval: daily
Expand Down Expand Up @@ -63,20 +63,23 @@ updates:
- dependency-name: webpack-dev-middleware
versions:
- 4.1.0
- package-ecosystem: github-actions
- package-ecosystem: github-actions #! for github-actions
directory: "/"
schedule:
interval: daily
time: "21:00"
open-pull-requests-limit: 10
- package-ecosystem: maven
directory: "server"
schedule:
interval: daily
ignore:
# ignore Maven APIs/SPIs
- dependency-name: org.apache.maven:*
- package-ecosystem: "github-actions"
directory: "server"
schedule:
interval: "daily"
- package-ecosystem: pip #! for python
directory: "/"
schedule:
interval: "daily"
- package-ecosystem: maven #! for java
directory: "server"
schedule:
interval: daily
ignore:
# ignore Maven APIs/SPIs
- dependency-name: org.apache.maven:*



0 comments on commit f760f1f

Please sign in to comment.