Skip to content

Commit

Permalink
Update Renovate config
Browse files Browse the repository at this point in the history
  • Loading branch information
stevenyomi committed Mar 2, 2024
1 parent 98d5148 commit 17737da
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/renovate.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"extends": ["config:base"],
"extends": ["config:recommended"],
"labels": ["Dependencies"],
"packageRules": [
{
"groupName": "dependencies",
"groupName": "{{manager}} dependencies",
"matchUpdateTypes": ["minor", "patch", "pin", "digest"]
}
],
"schedule": ["every sunday"],
"ignoreDeps": ["@types/node"]
"ignoreDeps": []
}

0 comments on commit 17737da

Please sign in to comment.