Skip to content

Commit

Permalink
chore(prettier): 🤖 ✨
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Nov 15, 2024
1 parent a1274ea commit 81b83bb
Showing 1 changed file with 2 additions and 10 deletions.
12 changes: 2 additions & 10 deletions .github/renovate.json
Original file line number Diff line number Diff line change
@@ -1,21 +1,13 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": ["github>sanity-io/renovate-config", ":reviewer(team:ecosystem)"],
"ignorePresets": [
":ignoreModulesAndTests",
"github>sanity-io/renovate-config:group-non-major"
],
"ignorePresets": [":ignoreModulesAndTests", "github>sanity-io/renovate-config:group-non-major"],
"packageRules": [
{
"group": {
"semanticCommitType": "chore"
},
"matchDepTypes": [
"dependencies",
"engines",
"optionalDependencies",
"peerDependencies"
],
"matchDepTypes": ["dependencies", "engines", "optionalDependencies", "peerDependencies"],
"matchManagers": ["npm"],
"semanticCommitType": "chore",
"description": "Group all dependencies from the apps directory",
Expand Down

0 comments on commit 81b83bb

Please sign in to comment.