Skip to content

Commit

Permalink
Update dependabot.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
LightYagami28 authored Dec 19, 2024
1 parent d376a3c commit 3ca4996
Showing 1 changed file with 5 additions and 8 deletions.
13 changes: 5 additions & 8 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,9 @@
version: 2
updates:
- package-ecosystem: "nuget" # Ecosistema di pacchetti da monitorare
directory: "/" # Directory del tuo progetto
- package-ecosystem: "nuget"
directory: "/WinHubX/" # Percorso della directory contenente il file .csproj
schedule:
interval: "weekly" # Frequenza degli aggiornamenti (puoi cambiare in "daily" o "monthly")
interval: "weekly" # Aggiornamenti settimanali
commit-message:
prefix: "fix" # Prefisso per il messaggio di commit
open-pull-requests-limit: 5 # Limite massimo di PR aperte contemporaneamente
ignore:
- dependency-name: "Microsoft.NET.Test.Sdk" # Esempio di pacchetto da ignorare
versions: ["<16.0.0"] # Ignora versioni specifiche
prefix: "chore(deps)"
open-pull-requests-limit: 0

0 comments on commit 3ca4996

Please sign in to comment.