Skip to content

Commit 68610bc

Browse files
authored
Merge pull request #125 from TechnologyEnhancedLearning/ci-dependabot-setup
chore(dependabot): ignore telblazor before fail
2 parents 70a2a68 + 4371cef commit 68610bc

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

.github/dependabot.yml

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,19 @@
11
version: 2
2+
registries:
3+
nuget-org:
4+
type: nuget-feed
5+
url: https://api.nuget.org/v3/index.json
6+
github-nuget-feed:
7+
type: nuget-feed
8+
url: https://nuget.pkg.github.com/TechnologyEnhancedLearning/index.json
9+
# Though we ignore the feed it will still need to know about it
10+
token: ${{ secrets.NUGETKEY }}
211
updates:
312
- package-ecosystem: "nuget"
413
directory: "/"
14+
registries:
15+
- nuget-org
16+
- github-nuget-feed
517
schedule:
618
interval: "daily"
719
open-pull-requests-limit: 100
@@ -10,7 +22,7 @@ updates:
1022
ignore:
1123
# The cicd for TELBlazor manages the version to consume for showcase consuming the package
1224
- dependency-name: "TELBlazor.Components"
13-
25+
versions: ["*"]
1426
- package-ecosystem: "npm"
1527
directory: "/"
1628
schedule:

0 commit comments

Comments
 (0)