Skip to content

Commit fa6949d

Browse files
committed
fix: change renovate config
1 parent 1fc04ff commit fa6949d

2 files changed

Lines changed: 9 additions & 3 deletions

File tree

.github/release.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,5 +33,5 @@ if is_release || is_prerelease; then
3333
git cliff --unreleased --tag $VERSION --output CHANGELOG.md
3434
gh release create "$VERSION" --title "$VERSION" --target "$(git rev-parse HEAD)" --notes-file CHANGELOG.md
3535
else
36-
echo "Not a release or pre-release branch, skipping GitHub release."
36+
echo "Not a release or pre-release branch, skipping release."
3737
fi

.github/renovate.json

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,14 @@
1111
"automerge": true
1212
},
1313
{
14-
"description": "Group all Go updates together",
15-
"matchManagers": ["mise", "gomod"],
14+
"description": "Group all Go updates together (gomod)",
15+
"matchManagers": ["gomod"],
16+
"matchPackageNames": ["go"],
17+
"groupName": "Go updates"
18+
},
19+
{
20+
"description": "Group all Go updates together (mise)",
21+
"matchManagers": ["mise"],
1622
"matchDepNames": ["go"],
1723
"groupName": "Go updates"
1824
},

0 commit comments

Comments
 (0)