Skip to content

Commit

Permalink
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:
# Maintain dependencies for pom.xml
- package-ecosystem: "maven"
directory: "/"
schedule:
interval: "weekly"
commit-message:
prefix: "Maven pom.xml"
include: "scope"
# Maintain dependencies from package.json
- package-ecosystem: "npm"
directory: "/ui-pf4/src/main/webapp"
schedule:
interval: "weekly"
allow:
- dependency-name: "@patternfly/*"
dependency-type: "direct"

0 comments on commit 4b7b025

Please sign in to comment.