Skip to content
This repository has been archived by the owner on Sep 14, 2023. It is now read-only.

Commit

Permalink
Introduce Renovate (#493)
Browse files Browse the repository at this point in the history
  • Loading branch information
munierujp committed Sep 13, 2023
1 parent f21c4de commit 7bcf32a
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/renovate.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
"extends": [
"github>npm-update-package/renovate-config"
],
"labels": ["renovate"],
"packageRules": [
{
"matchManagers": ["npm"],
"enabled": false
}
]
}

0 comments on commit 7bcf32a

Please sign in to comment.