Skip to content

Commit

Permalink
Update dependabot.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Aragas authored Oct 1, 2023
1 parent a2689af commit 4f2c8c4
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,18 @@
version: 2
registries:
nuget-butr:
nuget.org:
type: nuget-feed
url: https://api.nuget.org/v3/index.json
github.butr:
type: nuget-feed
url: https://nuget.pkg.github.com/BUTR/index.json
username: Aragas
password: ${{secrets.NUGET_KEY}}
updates:
- package-ecosystem: nuget
registries:
- nuget.org
- github.butr
directory: /
schedule:
interval: daily
Expand Down

0 comments on commit 4f2c8c4

Please sign in to comment.