Skip to content

Commit

Permalink
Add Dependabot configuration for dotnet-sdk
Browse files Browse the repository at this point in the history
This commit introduces a new configuration for dotnet-sdk in the Dependabot file. The change includes setting the update interval to daily and adding a commit message prefix "(deps)" for the dotnet-sdk ecosystem. This ensures dependencies are regularly checked and updated, thus maintaining the project's security and functionality.
  • Loading branch information
arturcic committed Nov 20, 2024
1 parent 632a49f commit 5c95d55
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
version: 2
updates:
- package-ecosystem: dotnet-sdk
labels:
- "dependencies"
commit-message:
prefix: "(deps)"
directory: "/build"
schedule:
interval: daily
- package-ecosystem: nuget
labels:
- "dependencies"
Expand Down

0 comments on commit 5c95d55

Please sign in to comment.