Skip to content

Commit

Permalink
chore: set renovate to ignore node
Browse files Browse the repository at this point in the history
  • Loading branch information
moonmeister committed Sep 10, 2021
1 parent 9971a25 commit a52b21e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,7 @@
],
"semanticCommits": "enabled",
"semanticCommitType": "chore",
"semanticCommitScope": "{{parentDir}}"
"semanticCommitScope": "{{parentDir}}",
"ignoreDeps": ["node"]

}

0 comments on commit a52b21e

Please sign in to comment.