Skip to content

Commit

Permalink
Merge pull request #321 from appiepollo14/feature/dependabot
Browse files Browse the repository at this point in the history
Alters maven dependabot for specific projects
  • Loading branch information
appiepollo14 authored Nov 16, 2023
2 parents bd9b3f1 + 2afaab3 commit c7c8f13
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,11 @@ updates:
interval: daily

- package-ecosystem: maven
directory: /
directory: /sample-apps/maven-app
schedule:
interval: daily

- package-ecosystem: maven
directory: /sample-apps/quarkus-app
schedule:
interval: daily

0 comments on commit c7c8f13

Please sign in to comment.