Skip to content

Commit

Permalink
Merge pull request #37 from shishkin/renovate/migrate-config
Browse files Browse the repository at this point in the history
chore(config): migrate renovate config
  • Loading branch information
shishkin authored Dec 15, 2024
2 parents d332fb5 + e4c0615 commit 7d77905
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:base", ":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 @@ -13,14 +17,14 @@
"automerge": true
},
{
"matchPackagePatterns": ["astro", "@astrojs/"],
"groupName": "astro",
"automerge": true
"automerge": true,
"matchPackageNames": ["/astro/", "/@astrojs//"]
},
{
"matchPackagePatterns": ["@asciidoctor/"],
"groupName": "asciidoctor",
"automerge": true
"automerge": true,
"matchPackageNames": ["/@asciidoctor//"]
}
]
}

0 comments on commit 7d77905

Please sign in to comment.