Skip to content
This repository was archived by the owner on May 13, 2022. It is now read-only.

Commit 91ee607

Browse files
dependabot-preview[bot]geoperez
authored andcommitted
Upgrade to GitHub-native Dependabot
1 parent a0d54e1 commit 91ee607

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

.github/dependabot.yml

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
version: 2
2+
registries:
3+
nuget-feed-npm-pkg-github-com-unosquare:
4+
type: nuget-feed
5+
url: https://npm.pkg.github.com/unosquare
6+
token: "${{secrets.NUGET_FEED_NPM_PKG_GITHUB_COM_UNOSQUARE_TOKEN}}"
7+
nuget-feed-nuget-pkg-github-com-unosquare-index-json:
8+
type: nuget-feed
9+
url: https://nuget.pkg.github.com/unosquare/index.json
10+
username: "${{secrets.NUGET_FEED_NUGET_PKG_GITHUB_COM_UNOSQUARE_INDEX_JSON_USERNAME}}"
11+
password: "${{secrets.NUGET_FEED_NUGET_PKG_GITHUB_COM_UNOSQUARE_INDEX_JSON_PASSWORD}}"
12+
13+
updates:
14+
- package-ecosystem: nuget
15+
directory: "/"
16+
schedule:
17+
interval: daily
18+
time: "11:00"
19+
open-pull-requests-limit: 10
20+
registries:
21+
- nuget-feed-npm-pkg-github-com-unosquare
22+
- nuget-feed-nuget-pkg-github-com-unosquare-index-json

0 commit comments

Comments
 (0)