Skip to content

Commit

Permalink
added missing nuget feeds
Browse files Browse the repository at this point in the history
a
  • Loading branch information
Eddio0141 committed Aug 30, 2024
1 parent 96e1bb0 commit de3e8ce
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,22 @@
version: 2
registries:
api-nuget-org:
type: nuget-feed
url: https://api.nuget.org/v3/index.json
nuget-bepinex-dev:
type: nuget-feed
url: https://nuget.bepinex.dev/v3/index.json
updates:
- package-ecosystem: "nuget"
directory: "/UniTAS/Patcher"
registries: "*"
schedule:
interval: "weekly"
ignore:
- dependency-name: "StructureMap"

- package-ecosystem: "nuget"
directory: "/UniTAS/Patcher.Tests"
registries: "*"
schedule:
interval: "weekly"

0 comments on commit de3e8ce

Please sign in to comment.