Skip to content

Commit

Permalink
chore: 🤖 bump @eslint/config-inspector to v0.4.6
Browse files Browse the repository at this point in the history
  • Loading branch information
jimmy-guzman committed Apr 13, 2024
1 parent a63846b commit 6605bd7
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 14 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"]
}
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,14 +67,14 @@
},
"devDependencies": {
"@commitlint/config-conventional": "19.1.0",
"@eslint/config-inspector": "0.4.5",
"@eslint/config-inspector": "0.4.6",
"@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/eslint": "8.56.8",
"@types/eslint": "8.56.9",
"@types/eslint__js": "8.42.3",
"@types/node": "20.12.7",
"@vitest/coverage-v8": "1.5.0",
Expand Down
18 changes: 9 additions & 9 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 6605bd7

Please sign in to comment.