Skip to content

Commit

Permalink
chore: renovatebot config
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolas-godefroy-dev committed Dec 10, 2023
1 parent 17b2d2d commit 24858f9
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,27 +15,27 @@
{
"groupName": "linting",
"matchPackagePatterns": [".*(eslint|lint|prettier).*"],
"automerge": true
"automerge": false
},
{
"groupName": "babel",
"matchPackagePatterns": [".*(babel).*"],
"automerge": true
"automerge": false
},
{
"groupName": "jest",
"matchPackagePatterns": [".*(jest|test).*"],
"automerge": true
"automerge": false
},
{
"groupName": "graphql",
"matchPackagePatterns": [".*graphql.*"],
"automerge": true
"automerge": false
},
{
"depTypeList": ["dependencies", "devDependencies"],
"updateTypes": ["patch", "minor", "major"],
"automerge": true
"automerge": false
}
]
}

1 comment on commit 24858f9

@vercel
Copy link

@vercel vercel bot commented on 24858f9 Dec 10, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Deployment failed with the following error:

Resource is limited - try again in 20 hours (more than 100, code: "api-deployments-free-per-day").

Please sign in to comment.