Skip to content

Commit

Permalink
Merge pull request #386 from tatsutakein/rt/migrate-to-renovate
Browse files Browse the repository at this point in the history
ci: dependabot -> renovate
  • Loading branch information
tatsutakein authored Feb 18, 2024
2 parents 101a1bd + 962388e commit f52d557
Show file tree
Hide file tree
Showing 2 changed files with 72 additions and 39 deletions.
39 changes: 0 additions & 39 deletions .github/dependabot.yml

This file was deleted.

72 changes: 72 additions & 0 deletions renovate.json5
Original file line number Diff line number Diff line change
@@ -0,0 +1,72 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:base",
":automergeMinor",
":prHourlyLimitNone",
":timezone(Asia/Tokyo)",
],
"dependencyDashboard": false,
"labels": [
"dependencies"
],
"rangeStrategy": "pin",
"packageRules": [
{
"matchManagers": [
"github-actions",
],
"labels": [
"ignore for release",
]
},
{
"groupName": "next",
"matchPackagePrefixes": [
"next",
],
},
{
"groupName": "storybook",
"matchPackageNames": [
"storybook",
],
"matchPackagePrefixes": [
"@storybook/",
],
},
{
"groupName": "eslint",
"matchPackageNames": [
"eslint",
],
"matchPackagePrefixes": [
"eslint-",
],
},
{
"groupName": "typescript-eslint",
"matchPackagePrefixes": [
"@typescript-eslint/",
],
},
{
"groupName": "react",
"matchPackageNames": [
"react",
"react-dom",
"@types/react",
"@types/react-dom",
],
},
{
"groupName": "turbo",
"matchPackageNames": [
"turbo",
],
"matchPackagePrefixes": [
"@turbo/",
],
}
]
}

0 comments on commit f52d557

Please sign in to comment.