Skip to content

Commit

Permalink
chore: reflect insurgentlab scope update in config files (#785)
Browse files Browse the repository at this point in the history
  • Loading branch information
sheerlox committed Nov 21, 2023
1 parent 1817d85 commit edf67d0
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .commitlintrc
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"extends": [
"@insurgentlab/commitlint-config"
"@insurgent/commitlint-config"
]
}
4 changes: 2 additions & 2 deletions .github/renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,8 @@
},
{
"matchPackagePatterns": [
"@insurgentlab/conventional-changelog-preset",
"@insurgentlab/commitlint-config"
"@insurgent/conventional-changelog-preset",
"@insurgent/commitlint-config"
],
"groupName": "semantic-release related packages",
"matchUpdateTypes": ["digest", "patch", "minor", "major"]
Expand Down
6 changes: 3 additions & 3 deletions .releaserc
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,14 @@
[
"@semantic-release/commit-analyzer",
{
"config": "@insurgentlab/conventional-changelog-preset",
"releaseRules": "@insurgentlab/conventional-changelog-preset/release-rules"
"config": "@insurgent/conventional-changelog-preset",
"releaseRules": "@insurgent/conventional-changelog-preset/release-rules"
}
],
[
"@semantic-release/release-notes-generator",
{
"config": "@insurgentlab/conventional-changelog-preset"
"config": "@insurgent/conventional-changelog-preset"
}
],
"@semantic-release/npm",
Expand Down

0 comments on commit edf67d0

Please sign in to comment.