Skip to content

Commit

Permalink
Create .renovate.json5
Browse files Browse the repository at this point in the history
  • Loading branch information
NullVoxPopuli authored Dec 20, 2023
1 parent a7f554f commit 29e6e0d
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/.renovate.json5
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
// Docs:
// https://docs.renovatebot.com/configuration-options/
{
"extends": [
"github>NullVoxPopuli/renovate:npm.json5"
],
"packageRules": [
{
"matchPaths": ["test-app/package.json", "docs/package.json"],
"enabled": false
}
]
}

0 comments on commit 29e6e0d

Please sign in to comment.