fix: specify renovate repos
All checks were successful
Check / check (push) Successful in 51s

This commit is contained in:
trev 2025-05-14 11:48:30 -04:00
parent 0889f9c7b1
commit 10168843e1
2 changed files with 4 additions and 2 deletions

View File

@ -1,7 +1,8 @@
{
"extends": ["config:recommended"],
"autodiscover": true,
"repositories": ["trev/trevstack"],
"platform": "gitea",
"gitAuthor": "Renovate Bot <bot@renovateapp.com>",
"nix": {
"enabled": true
}

View File

@ -1,7 +1,8 @@
{
"extends": ["config:recommended"],
"autodiscover": true,
"repositories": ["spotdemo4/trevstack"],
"platform": "github",
"gitAuthor": "Renovate Bot <bot@renovateapp.com>",
"nix": {
"enabled": true
}