Skip to content

Commit

Permalink
Merge pull request #25 from maiqingqiang/maiqingqiang-patch-2
Browse files Browse the repository at this point in the history
Update dependabot.yml
  • Loading branch information
johnmai-dev authored Nov 1, 2024
2 parents 222a2e0 + 68cbd2f commit fecbad7
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,14 @@

version: 2
updates:
- package-ecosystem: maven
- package-ecosystem: "gradle"
directory: "/"
schedule:
interval: daily
ignore:
# ignore Maven APIs/SPIs
- dependency-name: org.apache.maven:*
interval: "daily"
- package-ecosystem: "gradle"
directory: "/gradle/"
schedule:
interval: "daily"
- package-ecosystem: "github-actions"
directory: "/"
schedule:
Expand Down

0 comments on commit fecbad7

Please sign in to comment.