first commit

This commit is contained in:
2025-04-07 07:44:27 -07:00
commit d6cde0c05e
512 changed files with 142392 additions and 0 deletions

View File

@@ -0,0 +1,20 @@
# To get started with Dependabot version updates, you'll need to specify which
# package ecosystems to update and where the package manifests are located.
# Please see the documentation for all configuration options:
# https://help.github.com/github/administering-a-repository/configuration-options-for-dependency-updates
version: 2
updates:
# LibreHardwareMonitor.csproj
- package-ecosystem: "nuget"
directory: "/LibreHardwareMonitor"
schedule:
interval: "daily"
open-pull-requests-limit: 10
# LibreHardwareMonitorLib.csproj
- package-ecosystem: "nuget"
directory: "/LibreHardwareMonitorLib"
schedule:
interval: "daily"
open-pull-requests-limit: 10