Skip to content

Commit

Permalink
chore: add deno package rule to renovate.json
Browse files Browse the repository at this point in the history
  • Loading branch information
devsheva committed Aug 18, 2024
1 parent c09c129 commit b16bae9
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,10 @@
"extends": ["config:best-practices", "schedule:daily"],
"major": {
"dependencyDashboardApproval": true
}
},
"packageRules": [
{
"matchDatasources": ["deno"]
}
]
}

0 comments on commit b16bae9

Please sign in to comment.