Skip to content

Commit

Permalink
chore: specify scope in renovate commit message, #406
Browse files Browse the repository at this point in the history
  • Loading branch information
luifr10 committed Dec 19, 2023
1 parent 5eaaf17 commit de3352a
Show file tree
Hide file tree
Showing 4 changed files with 27 additions and 22 deletions.
3 changes: 1 addition & 2 deletions .nxreleaserc.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
"releaseRules": [
{"type": "docs", "release": "patch"},
{"type": "refactor", "release": "patch"},
{"scope": "no-release", "release": false},
{"type": "chore", "scope": "deps", "release": "patch"}
{"scope": "no-release", "release": false}
]
}
18 changes: 0 additions & 18 deletions packages/intellij-plugin/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,21 +1,3 @@
## [1.2.4](https://github.com/Orange-OpenSource/uuv/compare/intellij-plugin-v1.2.3...intellij-plugin-v1.2.4) (2023-12-19)

## [1.2.3](https://github.com/Orange-OpenSource/uuv/compare/intellij-plugin-v1.2.2...intellij-plugin-v1.2.3) (2023-12-17)


### Bug Fixes

* **deps:** update dependency antd to v5.12.2 ([0c472ee](https://github.com/Orange-OpenSource/uuv/commit/0c472eef7a05ed343c6aa9576092ba001c9ffb00))

## [1.2.2](https://github.com/Orange-OpenSource/uuv/compare/intellij-plugin-v1.2.1...intellij-plugin-v1.2.2) (2023-12-12)


### Bug Fixes

* **deps:** update dependency primereact to v9.6.4 ([ed3e76c](https://github.com/Orange-OpenSource/uuv/commit/ed3e76c6da6af1d9c17f98e0802ffbb1a46124a4))
* **deps:** update dependency ts-node to v10.9.2 ([b5c5ebb](https://github.com/Orange-OpenSource/uuv/commit/b5c5ebbc1eb9556d66c9494d45b089018580ba70))
* **deps:** update dependency tslib to v2.6.2 ([f43d897](https://github.com/Orange-OpenSource/uuv/commit/f43d8972746b85a386320ad67b80d9c7aa7bc313))

## [1.2.1](https://github.com/Orange-OpenSource/uuv/compare/intellij-plugin-v1.2.0...intellij-plugin-v1.2.1) (2023-12-05)


Expand Down
2 changes: 1 addition & 1 deletion packages/intellij-plugin/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version=1.2.4
version=1.2.1

kotlin.stdlib.default.dependency = false

Expand Down
26 changes: 25 additions & 1 deletion renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,34 @@
"automergeType": "branch"
},
{
"matchDepTypes": ["devDependencies"],
"matchDepTypes": ["dependencies", "devDependencies"],
"automerge": true,
"automergeType": "pr",
"automergeStrategy": "rebase"
},
{
"matchFileNames": ["packages/a11y/package.json"],
"semanticCommitScope": "a11y"
},
{
"matchFileNames": ["packages/assistant/package.json"],
"semanticCommitScope": "assistant"
},
{
"matchFileNames": ["packages/assistant-electron/package.json"],
"semanticCommitScope": "assistant-electron"
},
{
"matchFileNames": ["packages/runner-commons/package.json"],
"semanticCommitScope": "runner-commons"
},
{
"matchFileNames": ["packages/runner-cypress/package.json"],
"semanticCommitScope": "runner-cypress"
},
{
"matchFileNames": ["packages/runner-playwright/package.json"],
"semanticCommitScope": "runner-playwright"
}
]
}

0 comments on commit de3352a

Please sign in to comment.