Skip to content

Commit

Permalink
chore(config): migrate config renovate.json
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 7, 2024
1 parent d7bbc1f commit 3faca5e
Showing 1 changed file with 9 additions and 5 deletions.
14 changes: 9 additions & 5 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": ["config:recommended", ":semanticCommits", "helpers:disableTypesNodeMajor"],
"extends": [
"config:recommended",
":semanticCommits",
"helpers:disableTypesNodeMajor"
],
"timezone": "Europe/Berlin",
"schedule": ["every weekend on the 3rd week of the month"],
"automergeType": "branch",
Expand All @@ -18,14 +22,14 @@
"automerge": true
},
{
"matchPackagePatterns": ["astro", "@astrojs/"],
"groupName": "astro",
"automerge": true
"automerge": true,
"matchPackageNames": ["/astro/", "/@astrojs//"]
},
{
"matchPackagePatterns": ["pagefind", "@pagefind/"],
"groupName": "pagefind",
"automerge": true
"automerge": true,
"matchPackageNames": ["/pagefind/", "/@pagefind//"]
}
]
}

0 comments on commit 3faca5e

Please sign in to comment.