Skip to content

Commit

Permalink
chore(prettier): 🤖 ✨ (#124)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
ecospark[bot] and github-actions[bot] authored Aug 11, 2023
1 parent 971be60 commit 7651453
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 6 deletions.
5 changes: 4 additions & 1 deletion demo-template.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,8 @@
":dependencyDashboardApproval",
"schedule:quarterly"
],
"ignorePresets": ["schedule:quarterly", "github>sanity-io/renovate-config:group-non-major"]
"ignorePresets": [
"schedule:quarterly",
"github>sanity-io/renovate-config:group-non-major"
]
}
12 changes: 7 additions & 5 deletions starter-template.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,12 @@
"github>sanity-io/renovate-config:semantic-commit-type",
"github>sanity-io/renovate-config:strategy"
],
"packageRules": [{
"matchDepTypes": ["engines"],
"matchManagers": ["npm"],
"rangeStrategy": "widen"
}],
"packageRules": [
{
"matchDepTypes": ["engines"],
"matchManagers": ["npm"],
"rangeStrategy": "widen"
}
],
"rangeStrategy": "pin"
}

0 comments on commit 7651453

Please sign in to comment.