Skip to content

Commit

Permalink
chore: update renovate config
Browse files Browse the repository at this point in the history
  • Loading branch information
shishkin committed Aug 13, 2023
1 parent c179c8f commit 116e374
Showing 1 changed file with 26 additions and 9 deletions.
35 changes: 26 additions & 9 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,30 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:base",
":semanticCommits",
":automergeMinor",
":automergeLinters",
":automergeTesters",
":automergeTypes",
"helpers:disableTypesNodeMajor"
],
"extends": ["config:base", ":semanticCommits", "helpers:disableTypesNodeMajor"],
"timezone": "Europe/Berlin",
"schedule": ["every weekend on the 3rd week of the month"],
"automergeType": "branch",
"prHourlyLimit": 0,
"packageRules": [
{
"matchDepTypes": ["devDependencies"],
"groupName": "devDependencies",
"automerge": true
},
{
"matchDepTypes": ["peerDependencies"],
"matchUpdateTypes": ["minor", "patch"],
"automerge": true
},
{
"matchPackagePatterns": ["astro", "@astrojs/"],
"groupName": "astro",
"automerge": true
},
{
"matchPackagePatterns": ["pagefind", "@pagefind/"],
"groupName": "pagefind",
"automerge": true
}
]
}

0 comments on commit 116e374

Please sign in to comment.