mirror of
https://github.com/microsoft/playwright-java.git
synced 2025-09-08 21:01:00 +00:00
28 lines
756 B
YAML
28 lines
756 B
YAML
version: 2
|
|
updates:
|
|
- package-ecosystem: "maven"
|
|
directory: "/" # Location of the pom.xml file
|
|
schedule:
|
|
interval: "monthly"
|
|
open-pull-requests-limit: 10
|
|
groups:
|
|
# Create a group of dependencies to be updated together in one pull request
|
|
all:
|
|
applies-to: version-updates
|
|
patterns:
|
|
- "*"
|
|
update-types:
|
|
- "minor"
|
|
- "patch"
|
|
allow:
|
|
- dependency-type: "direct" # Optional: Only update direct dependencies
|
|
- dependency-type: "indirect" # Optional: Only update indirect (transitive) dependencies
|
|
- package-ecosystem: "github-actions"
|
|
directory: "/"
|
|
schedule:
|
|
interval: "monthly"
|
|
groups:
|
|
actions:
|
|
patterns:
|
|
- "*"
|