Skip to content

Commit

Permalink
chore: enable dependabot for maven dependencies of openapi-maven-plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
murdos authored and kbuntrock committed Sep 1, 2024
1 parent 2b5df69 commit 492fcd5
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
# Configure the github "dependabot" for :
# - Disables npm security scan (the angular sample projet does not need security updates since it is not part of the product)
# - Enables updates for the maven dependencies

version: 2
updates:
- package-ecosystem: "npm"
directory: "/something-not-existing"
- package-ecosystem: "maven"
directory: "/openapi-maven-plugin"
schedule:
interval: "weekly"
interval: "weekly"

0 comments on commit 492fcd5

Please sign in to comment.