Browse Source

try reorder of dependabot to get it working again

pull/452/head
Joseph Finney 1 year ago
parent
commit
89caf9ffaf
  1. 2
      .github/dependabot.yml

2
.github/dependabot.yml

@ -7,6 +7,6 @@ version: 2
updates:
- package-ecosystem: "nuget" # See documentation for possible values
directory: "/" # Location of package manifests
target-branch: "dev"
schedule:
interval: "daily"
target-branch: "dev"
Loading…
Cancel
Save