Skip to content

Commit

Permalink
Switch to default dxw Renovate config
Browse files Browse the repository at this point in the history
We now have two dxw Renovate configs: a default one that should be good for any
repository, and an internal one intended for dxw-internal projects. Since this
repository is intended as a template for client projects built using Nest, the
default config is more appropriate to ensure we keep it ready to go
  • Loading branch information
yndajas committed Oct 26, 2023
1 parent 99bd9dd commit 60a1261
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": ["github>dxw/renovate-config:internal"]
}
"extends": ["github>dxw/renovate-config"]
}

0 comments on commit 60a1261

Please sign in to comment.