Skip to content

Commit

Permalink
chore: update renovate config
Browse files Browse the repository at this point in the history
  • Loading branch information
danielroe committed Apr 18, 2024
1 parent 73bd853 commit 42868bb
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 14 deletions.
14 changes: 0 additions & 14 deletions .github/renovate.json5

This file was deleted.

14 changes: 14 additions & 0 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"github>nuxt/renovate-config-nuxt",
"schedule:weekly",
"group:allNonMajor"
],
"packageRules": [
{
"depTypeList": ["peerDependencies", "engines"],
"enabled": false
}
]
}

0 comments on commit 42868bb

Please sign in to comment.