Skip to content

Commit 7d44a8d

Browse files
Address Renovate warning about the repositories configuration option (#907)
* Update update-dependencies to select the repo * Update renovate.json to remove the repo selection
1 parent d74aab6 commit 7d44a8d

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/renovate.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
33
"extends": ["config:recommended"],
44
"branchPrefix": "renovate/",
5-
"repositories": ["ServiceComposer/ServiceComposer.AspNetCore"],
65
"packageRules": [{
76
"matchPackageNames": ["Microsoft.CodeAnalysis.CSharp"],
87
"matchUpdateTypes": ["minor", "major"],

.github/workflows/update-dependencies.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,3 +14,5 @@ jobs:
1414
with:
1515
token: ${{ secrets.RENOVATE_TOKEN }}
1616
configurationFile: .github/renovate.json
17+
env:
18+
RENOVATE_REPOSITORIES: ${{ github.repository }}

0 commit comments

Comments
 (0)