Skip to content

Commit

Permalink
Use glob pattern for Dependabot directory config
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesnetherton committed Jun 26, 2024
1 parent 5337b4c commit 313d31f
Showing 1 changed file with 1 addition and 23 deletions.
24 changes: 1 addition & 23 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,29 +31,7 @@ updates:
patterns:
- "*"
directories:
- "/aws-lambda"
- "/cluster-leader-election"
- "/cxf-soap"
- "/file-bindy-ftp"
- "/file-split-log-xml"
- "/health"
- "/http-log"
- "/jdbc-datasource"
- "/jms-jpa"
- "/jpa-idempotent-repository"
- "/jta-jpa"
- "/kafka"
- "/kamelet-chucknorris"
- "/message-bridge"
- "/observability"
- "/openapi-contract-first"
- "/platform-http-security-keycloak"
- "/rest-json"
- "/saga"
- "/timer-log-kotlin"
- "/timer-log-main"
- "/timer-log"
- "/vertx-websocket-chat"
- "**/*"
schedule:
interval: "daily"
allow:
Expand Down

0 comments on commit 313d31f

Please sign in to comment.