Skip to content

Commit

Permalink
ci(renovate): Disable updating engines field
Browse files Browse the repository at this point in the history
  • Loading branch information
lachlancollins committed Jul 9, 2024
1 parent 7d2faa4 commit b8cb92b
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
"extends": [
"config:recommended",
"schedule:weekly",
":disablePeerDependencies",
":semanticCommitTypeAll(chore)"
],
"labels": ["dependencies"],
Expand All @@ -15,6 +14,10 @@
"groupSlug": "all-minor-patch",
"matchCurrentVersion": ">=1.0.0",
"matchUpdateTypes": ["minor", "patch"]
},
{
"matchDepTypes": ["peerDependencies", "engines"],
"enabled": false
}
]
}

0 comments on commit b8cb92b

Please sign in to comment.