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

View File

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