Skip to content

Commit

Permalink
Update dependabot.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
carlosthe19916 authored Jan 18, 2025
1 parent f43c969 commit 3272d26
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,23 +4,23 @@ updates:
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "daily"
interval: "weekly"
commit-message:
prefix: "GitHub Actions"
include: "scope"
# Maintain dependencies for pom.xml
- package-ecosystem: "maven"
directory: "/"
schedule:
interval: "daily"
interval: "weekly"
commit-message:
prefix: "Maven pom.xml"
include: "scope"
# Maintain dependencies from package.json
- package-ecosystem: "npm"
directory: "/application/src/main/webapp"
schedule:
interval: "daily"
interval: "weekly"
allow:
- dependency-name: "@patternfly/*"
dependency-type: "direct"
Expand Down

0 comments on commit 3272d26

Please sign in to comment.