mirror of
https://github.com/pluginsGLPI/example.git
synced 2025-08-23 22:35:48 +02:00
dependabot
This commit is contained in:
20
.github/dependabot.yml
vendored
Normal file
20
.github/dependabot.yml
vendored
Normal file
@@ -0,0 +1,20 @@
|
|||||||
|
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"
|
Reference in New Issue
Block a user