Skip to content

Commit

Permalink
chore: prettify
Browse files Browse the repository at this point in the history
  • Loading branch information
viceice committed Mar 17, 2023
1 parent ca05481 commit 718f218
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion renovate.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": ["github>containerbase/.github", "github>containerbase/.github//merge-queue.json"],
"extends": [
"github>containerbase/.github",
"github>containerbase/.github//merge-queue.json"
],
"ignorePaths": ["**/node_modules/**", "test/*/test/**"],
"enabledManagers": ["npm", "dockerfile", "github-actions", "regex"],
"separateMultipleMajor": false,
Expand Down

0 comments on commit 718f218

Please sign in to comment.