Skip to content

Commit

Permalink
Add parsers and second pom.xml to dependabot.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
lszeremeta committed Dec 4, 2023
1 parent 10234fe commit 01ad84f
Showing 1 changed file with 14 additions and 2 deletions.
16 changes: 14 additions & 2 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,20 @@ updates:
# Check the Maven registry for updates every day (weekdays)
schedule:
interval: "daily"
- package-ecosystem: "maven"
directory: "/yarspg"
schedule:
interval: "daily"
- package-ecosystem: "maven"
directory: "/parsers/java"
schedule:
interval: "daily"
- package-ecosystem: "pip"
directory: "/parsers/python"
schedule:
interval: "daily"
- package-ecosystem: "github-actions"
directory: "/"
schedule:
# Check for updates to GitHub Actions every week
interval: "weekly"
# Check for updates to GitHub Actions every day (weekdays)
interval: "daily"

0 comments on commit 01ad84f

Please sign in to comment.