Commit 3bb7b93
authored
[CI] add tags in the Makefile for renovate support (#237)
<!-- If this is your first PR, welcome! Please make sure you read the
[contributing guidelines](../CONTRIBUTING.md). -->
<!-- Ensure your PR title complies with the following guidelines
1. All PRs titles should start with one of the following prefixes
- `[fix]` for PRs related to bug fixes and patches
- `[feat]` for PRs related to new features
- `[improvement]` for PRs related to improvements of existing features
- `[test]` for PRs related to tests
- `[CI]` for PRs related to repo CI improvements
- `[docs]` for PRs related to documentation updates
- `[deps]` for PRs related to dependency updates
2. if a PR introduces a breaking change it should include `[breaking]`
in the title
3. if a PR introduces a deprecation it should include `[deprecation]` in
the title
-->
**What this PR does / why we need it**:
**Which issue(s) this PR fixes** *(optional, in `fixes #<issue number>(,
fixes #<issue_number>, ...)` format, will close the issue(s) when PR
gets merged)*:
Fixes #
**Special notes for your reviewer**:
**TODOs**:
<!-- Put an "X" character inside the brackets of each completed task.
Some may be optional depending on the PR. -->
- [ ] squashed commits
- [ ] includes documentation
- [ ] adds unit tests
- [ ] adds or updates e2e tests1 parent 9a8ff74 commit 3bb7b93
1 file changed
+12
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
121 | 121 | | |
122 | 122 | | |
123 | 123 | | |
124 | | - | |
| 124 | + | |
125 | 125 | | |
126 | 126 | | |
127 | 127 | | |
| |||
220 | 220 | | |
221 | 221 | | |
222 | 222 | | |
223 | | - | |
224 | | - | |
| 223 | + | |
| 224 | + | |
| 225 | + | |
| 226 | + | |
| 227 | + | |
225 | 228 | | |
| 229 | + | |
226 | 230 | | |
| 231 | + | |
227 | 232 | | |
| 233 | + | |
228 | 234 | | |
| 235 | + | |
229 | 236 | | |
230 | | - | |
| 237 | + | |
| 238 | + | |
231 | 239 | | |
232 | 240 | | |
233 | 241 | | |
| |||
0 commit comments