Skip to content

Commit

Permalink
chore: renovate PR on dev dep do not trigger psi check (#227)
Browse files Browse the repository at this point in the history
  • Loading branch information
kptdobe authored Nov 18, 2024
1 parent 897bec8 commit 7b113cb
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .renovaterc.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
{
"extends": ["github>adobe/helix-shared"]
"extends": ["github>adobe/helix-shared"],
"packageRules": [
{
"matchDepTypes": ["devDependencies"],
"label": "ignore-psi-check",
"automerge": true
}
]
}

0 comments on commit 7b113cb

Please sign in to comment.