Skip to content

Commit

Permalink
chore: single PR for dev dep updates
Browse files Browse the repository at this point in the history
to reduce noise
  • Loading branch information
andipaetzold committed Dec 11, 2022
1 parent 5fe95a8 commit 4e53fb2
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/renovate.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,12 @@
{
"extends": ["config:js-lib"],
"packageRules": [
{
"matchDepTypes": ["devDependencies"],
"matchUpdateTypes": ["patch", "minor"],
"groupName": "dev dependencies (non-major)",
"groupSlug": "dev-dependencies"
}
],
"ignoreDeps": ["firebase"]
}

0 comments on commit 4e53fb2

Please sign in to comment.