Skip to content

Commit

Permalink
chore(prettier): 🤖 ✨ (#67)
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 4, 2023
1 parent 50e5a0f commit 045c29d
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 4 deletions.
7 changes: 6 additions & 1 deletion .github/renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,12 @@
},
{
"matchManagers": ["npm"],
"matchDepTypes": ["dependencies", "peerDependencies", "optionalDependencies", "engines"],
"matchDepTypes": [
"dependencies",
"peerDependencies",
"optionalDependencies",
"engines"
],
"semanticCommitType": "fixfix"
}
]
Expand Down
14 changes: 12 additions & 2 deletions group-non-major.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,18 @@
"description": "Groups every update type except major",
"excludeDepNames": ["npm", "pnpm", "yarn"],
"groupName": "non-major",
"matchUpdateTypes": ["minor", "patch", "pin", "digest", "pinDigest", "lockFileMaintenance", "lockfileUpdate", "rollback", "bump", "replacement"]

"matchUpdateTypes": [
"minor",
"patch",
"pin",
"digest",
"pinDigest",
"lockFileMaintenance",
"lockfileUpdate",
"rollback",
"bump",
"replacement"
]
}
]
}
7 changes: 6 additions & 1 deletion strategy.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,12 @@
"packageRules": [
{
"matchManagers": ["npm"],
"matchDepTypes": ["dependencies", "optionalDependencies", "overrides", "resolutions"],
"matchDepTypes": [
"dependencies",
"optionalDependencies",
"overrides",
"resolutions"
],
"rangeStrategy": "update-lockfile"
},
{
Expand Down

0 comments on commit 045c29d

Please sign in to comment.