-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
28e7a95
commit 34e1c9f
Showing
1 changed file
with
4 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,9 @@ | ||
version: 2 | ||
updates: | ||
- package-ecosystem: "nuget" # Ecosistema di pacchetti da monitorare | ||
directory: "/" # Directory principale del progetto | ||
directory: "/" # Directory del tuo progetto | ||
schedule: | ||
interval: "weekly" # Frequenza degli aggiornamenti (può essere "daily" o "monthly") | ||
interval: "weekly" # Frequenza degli aggiornamenti (puoi cambiare in "daily" o "monthly") | ||
commit-message: | ||
prefix: "chore(deps)" # Prefisso per il messaggio di commit | ||
open-pull-requests-limit: 0 # Nessun limite alle pull request aperte | ||
prefix: "fix" # Prefisso per il messaggio di commit | ||
open-pull-requests-limit: 0 # Nessun limite alle PR aperte |