Skip to content

Commit

Permalink
Add renovate (#8)
Browse files Browse the repository at this point in the history
  • Loading branch information
NullVoxPopuli authored May 14, 2024
1 parent b093758 commit 54897ed
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/renovate.json5
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
// Docs:
// https://docs.renovatebot.com/configuration-options/
{
"extends": [
"github>NullVoxPopuli/renovate:npm.json5"
],
"packageRules": [
{
"matchPaths": ["test-app/package.json"],
"enabled": false
},
{
"matchPaths": ["ember-primitives/package.json"],
"matchDepTypes": ["dependencies"],
"enabled": true
},
]
}

0 comments on commit 54897ed

Please sign in to comment.