Skip to content

Commit

Permalink
add dependabot config
Browse files Browse the repository at this point in the history
  • Loading branch information
larsk21 committed Nov 12, 2024
1 parent 72583ec commit f17e1b2
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
version: 2
updates:
- package-ecosystem: maven
directory: "/"
schedule:
interval: daily
ignore:
- dependency-name: tools.vitruv:*
commit-message:
prefix: "Maven"
include: "scope"
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "daily"
commit-message:
prefix: "GitHub Actions"
include: "scope"

0 comments on commit f17e1b2

Please sign in to comment.