Skip to content

Commit

Permalink
Update dependabot.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
SrijaAdhya12 authored Sep 22, 2024
1 parent 9c2ce01 commit 4f17812
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,25 +1,30 @@
version: 2
updates:
- package-ecosystem: github-actions #! for github-actions
open-pull-requests-limit: 10
directory: ".github"
schedule:
interval: daily
time: "21:00"
# - package-ecosystem: npm #! enable for javascript & typescript
# directory: "/"
# open-pull-requests-limit: 10
# directory: "client"
# schedule:
# interval: weekly
# - package-ecosystem: pip #! enable for python
# directory: "/"
# open-pull-requests-limit: 10
# directory: "app"
# schedule:
# interval: weekly
# - package-ecosystem: maven #! enable for java
# open-pull-requests-limit: 10
# directory: "/"
# schedule:
# interval: weekly
# ignore:
# - dependency-name: org.apache.maven:* # ignore Maven APIs/SPIs
# - package-ecosystem: bundler #! enable for ruby
# open-pull-requests-limit: 10
# directory: "/"
# schedule:
# interval: weekly
Expand Down

0 comments on commit 4f17812

Please sign in to comment.