Skip to content

Commit

Permalink
ci: added new renovate config
Browse files Browse the repository at this point in the history
  • Loading branch information
meza committed Jan 13, 2024
1 parent 7ae84c4 commit 6853296
Showing 1 changed file with 2 additions and 36 deletions.
38 changes: 2 additions & 36 deletions .github/renovate.json
Original file line number Diff line number Diff line change
@@ -1,44 +1,10 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:base"
"github>stateshifters/renovate-common"
],
"prConcurrentLimit": 1,
"enabledManagers": [
"npm"
],
"baseBranches": [
"next"
],
"semanticCommits": "enabled",
"semanticCommitType": "chore",
"packageRules": [
{
"matchDepTypes": [
"devDependencies"
],
"matchUpdateTypes": [
"minor",
"patch",
"pin",
"digest"
],
"automerge": true,
"semanticCommitType": "chore"
},
{
"matchDepTypes": [
"dependencies"
],
"matchUpdateTypes": [
"minor",
"patch"
],
"automerge": true,
"semanticCommitType": "fix"
}
],
"schedule": [
"after 10pm and before 5am every weekday",
"every weekend"
]
}

0 comments on commit 6853296

Please sign in to comment.