mirror of
https://github.com/pluginsGLPI/example.git
synced 2025-08-24 22:45:49 +02:00
21 lines
501 B
YAML
21 lines
501 B
YAML
version: 2
|
|
updates:
|
|
# Ensure GitHub Actions are used in their latest version
|
|
- package-ecosystem: "github-actions"
|
|
directory: "/"
|
|
schedule:
|
|
interval: "monthly"
|
|
|
|
# Strategy for composer dependencies
|
|
- package-ecosystem: "composer"
|
|
directory: "/"
|
|
schedule:
|
|
interval: "monthly"
|
|
allow:
|
|
- dependency-type: "direct"
|
|
open-pull-requests-limit: 100
|
|
versioning-strategy: "increase"
|
|
groups:
|
|
dev-dependencies:
|
|
dependency-type: "development"
|