Skip to content

Commit

Permalink
Create dependabot.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Yannx79 authored Dec 1, 2024
1 parent 9a636ed commit a92b89d
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
version: 2
updates:
# Configuración para actualizaciones de dependencias de Maven
- package-ecosystem: "maven"
directory: "/" # Ruta del directorio donde está el archivo pom.xml
schedule:
interval: "monthly" # Puede ser daily, weekly, monthly
commit-message:
prefix: "fix" # Prefijo del mensaje de commit, puede ser 'fix' o 'chore'
versioning-strategy: "increase" # Estrategia para incrementar las versiones
allow:
- dependency-type: "direct" # Solo actualiza dependencias directas

0 comments on commit a92b89d

Please sign in to comment.