Skip to content

Commit

Permalink
chore: 🤖 reduce renovate noise by grouping nonmajor (#169)
Browse files Browse the repository at this point in the history
  • Loading branch information
jimmy-guzman authored Apr 11, 2024
1 parent 46ec973 commit 5d7099c
Show file tree
Hide file tree
Showing 3 changed files with 304 additions and 304 deletions.
5 changes: 2 additions & 3 deletions .github/renovate.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": ["config:base"],
"extends": ["config:base", "schedule:weekly", "group:allNonMajor"],
"semanticCommits": "enabled",
"reviewers": ["@jimmy-guzman"],
"commitMessageAction": "bump",
"commitMessagePrefix": "chore: 🤖 ",
"commitMessageTopic": "`{{depName}}`",
"labels": ["scope:deps", "type:chore"],
"schedule": ["every weekend"]
"labels": ["scope:deps", "type:chore"]
}
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,26 +42,26 @@
"prettier": "@jimmy.codes/prettier-config",
"devDependencies": {
"@commitlint/config-conventional": "19.1.0",
"@jimmy.codes/eslint-config": "1.1.0",
"@jimmy.codes/eslint-config": "1.4.0",
"@jimmy.codes/prettier-config": "1.0.1",
"@semantic-release/changelog": "6.0.3",
"@semantic-release/commit-analyzer": "12.0.0",
"@semantic-release/git": "10.0.1",
"@semantic-release/npm": "12.0.0",
"@semantic-release/release-notes-generator": "13.0.0",
"@types/node": "20.12.5",
"@vitest/coverage-v8": "1.4.0",
"@types/node": "20.12.7",
"@vitest/coverage-v8": "1.5.0",
"clean-pkg-json": "1.2.0",
"commitlint": "19.2.1",
"eslint": "8.57.0",
"gitzy": "5.2.0",
"gitzy": "5.3.0",
"is-ci": "3.0.1",
"lefthook": "1.6.10",
"pkgroll": "2.0.2",
"prettier": "3.2.5",
"semantic-release": "23.0.8",
"typescript": "5.4.4",
"vitest": "1.4.0"
"typescript": "5.4.5",
"vitest": "1.5.0"
},
"packageManager": "[email protected]",
"engines": {
Expand Down
Loading

0 comments on commit 5d7099c

Please sign in to comment.