Michael Kriese
8586f463ea
test(gradle-wrapper): modernize tests ( #17204 )
2022-08-16 09:14:38 +02:00
Masaki Hara
c9b21cee48
feat(ruby): improve bump/widen strategy for ~>
( #17091 )
2022-08-16 05:37:29 +00:00
renovate[bot]
c8c25e8aba
chore(deps): update linters to v5.33.0 ( #17198 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-08-15 19:32:54 +00:00
renovate[bot]
a7cf87c85b
chore(deps): update dependency @actions/core to v1.9.1 ( #17197 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-08-15 19:17:29 +00:00
renovate[bot]
9cc5ef8767
build(deps): update dependency openpgp to v5.4.0 ( #17192 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-08-15 13:53:44 +00:00
github-actions[bot]
115542a1eb
fix(data): automatic update of static data ( #17165 )
2022-08-15 13:26:19 +02:00
RahulGautamSingh
7afb49de31
test: add assertion to test ensureCommentRemoval in dryRun ( #17183 )
...
add assertion
2022-08-15 13:06:22 +02:00
renovate[bot]
f08de2a12d
build(deps): update dependency simple-git to v3.12.0 ( #17182 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-08-15 10:33:59 +00:00
Michael Kriese
59dc8f64ba
build: add node schedule updater ( #17181 )
...
* build: add node schedule updater
* ci: update generation job
2022-08-15 12:18:51 +02:00
Gabriel-Ladzaretti
9c23f48008
fix(core/dashboard): fix truncated issue body ( #16527 )
2022-08-15 06:00:26 +00:00
renovate[bot]
deda993eb8
chore(deps): lock file maintenance ( #17177 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-08-15 02:48:48 +00:00
renovate[bot]
e8bd4e1b0a
docs: update references to renovate/renovate to v32.159.1 ( #17176 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-08-15 02:32:17 +00:00
renovate[bot]
f85d89e523
chore(deps): update dependency eslint-plugin-jest to v26.8.0 ( #17173 )
...
* chore(deps): update dependency eslint-plugin-jest to v26.8.0
* add ignores
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Rhys Arkins <rhys@arkins.net>
2022-08-14 19:40:21 +00:00
Hasan Awad
719ab9be4a
fix(manager/gitlabci): clean more than one slash ( #17132 )
2022-08-14 15:57:37 +00:00
Adam Setch
ca15793858
docs: update path for configuration-options ( #17171 )
2022-08-14 15:16:48 +00:00
RahulGautamSingh
2d71049650
test: add test for empty string ( #17162 )
2022-08-13 09:47:06 +00:00
HonkingGoose
7e4aafc228
docs(docker versioning): rewrite ( #17097 )
...
Co-authored-by: Rhys Arkins <rhys@arkins.net>
Co-authored-by: Jamie Magee <jamie.magee@gmail.com>
2022-08-12 18:34:46 +00:00
Gabriel-Ladzaretti
9f837f226d
feat(lib/logger): add base branch metadata for multi-base repositories ( #17027 )
2022-08-12 08:19:31 +00:00
Stéphane Goetz
19c4334711
docs: Add Article on how Swissquote uses Renovate ( #16809 )
2022-08-12 09:43:29 +02:00
Michael Kriese
e24fe313eb
fix: set newVersion
for pin updates ( #17150 )
2022-08-12 07:39:19 +00:00
Michael Kriese
8fd114ea90
feat(changelogs): defer fetching until required ( #17149 )
2022-08-12 09:12:19 +02:00
Michael Kriese
60ed6ad40d
feat(versioning): add python versioning for buildpack ( #17147 )
2022-08-12 06:24:56 +00:00
Michael Kriese
321afb5ede
fix(manager/gomod): fix auth ( #17140 )
...
* fix(manager/gomod): fix auth
* fix: add another github url
* test: fix coverage
* Update lib/util/git/auth.spec.ts
Co-authored-by: Nabeel Saabna <48175656+nabeelsaabna@users.noreply.github.com>
Co-authored-by: Nabeel Saabna <48175656+nabeelsaabna@users.noreply.github.com>
2022-08-12 05:12:30 +00:00
Philip
8f54847e0a
docs: Update private-packages.md nuget section ( #16942 )
2022-08-12 07:57:11 +03:00
Michael Kriese
b24d796623
feat: defer commitBody
compile ( #17108 )
...
* feat(changelogs): defer commitBody compilation
* fix(changelogs): embed to upgrade instead of branch config
* feat: defer `commitBody` compilation
* Update lib/workers/repository/update/branch/index.spec.ts
* fix: wrong logJSON position
Co-authored-by: Rhys Arkins <rhys@arkins.net>
2022-08-11 20:27:13 +00:00
Louis Segretin
cedc8e2f6b
feat(conan): add revisions support ( #16871 )
...
* feat: add conan revisions
* Adding getDigest and moved function
* Apply suggestions from code review
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
* Changing undefined condition
* Minimize tests
* Extract isCommon to new common.ts
* Removing isComment
* Update lib/modules/datasource/conan/types.ts
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
* Removing digest from getReleases
* Removing digest from packageName
* cleaning up and fixing caching
* Apply suggestions from code review
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
* Adding back eslint-disable-next-line
* forcing registryUrl
* move to joinurlparts
* Refactor depName and userAndChannel
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2022-08-11 21:07:54 +02:00
Jamie Magee
a113d6f3f5
docs(development): fix link for github workflow ( #17143 )
2022-08-11 17:59:31 +02:00
renovate[bot]
b128a34dc3
chore(deps): update dependency jest-extended to v3.0.2 ( #17138 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-08-11 11:06:08 +00:00
Michael Kriese
f684da8c2f
fix(buildpack): use poetry versioning for python ( #17129 )
...
* fix(buildpack): use poetry versioning for python
* test: fix tests
2022-08-11 08:59:04 +00:00
Pascal Berger
08e6203217
docs: change heading to H4 ( #17128 )
...
Change heading to H4
2022-08-11 07:38:54 +00:00
renovate[bot]
1c4f76375c
chore(deps): update dependency mock-fs to v5.1.4 ( #17127 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-08-11 05:42:58 +00:00
Hasan Awad
3cec44cfa7
fix(manager/gomod): add multi-line replace detection ( #17111 )
2022-08-11 05:29:53 +00:00
renovate[bot]
8a69ccfbd4
chore(deps): update node.js to 00d979e ( #17122 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-08-10 19:56:46 +00:00
renovate[bot]
3ed999c703
build(deps): update dependency find-packages to v9.0.9 ( #17120 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-08-10 16:59:13 +00:00
Gabriel-Ladzaretti
82a1f32b9a
fix(repo/update): dry run - skip PR update when branch is modified ( #17114 )
...
Co-authored-by: Rhys Arkins <rhys@arkins.net>
2022-08-10 15:36:36 +00:00
Sebastian Poxhofer
726b97b2e2
fix(package-rules): remove edge case if no depName packageRules are defined ( #16930 )
2022-08-10 17:02:48 +02:00
Michael Kriese
4b4449baf0
fix(changelogs): embed to upgrade instead of branch config ( #17107 )
2022-08-10 12:58:38 +00:00
Sergei Zharinov
f3531226e9
fix(github): Check release date for undefined value ( #17106 )
2022-08-10 12:14:34 +00:00
Michael Kriese
7492200014
fix(datasource/docker): export default config via class ( #17102 )
2022-08-10 10:09:29 +00:00
Michael Kriese
c3e5e07344
fix: wrong commit message title for groups ( #17100 )
2022-08-10 11:54:31 +02:00
Rhys Arkins
83610e0166
fix(github-actions): pkg can be null ( #17094 )
2022-08-10 10:22:35 +03:00
HonkingGoose
d782636d47
docs(best-practices): improve functions section ( #17070 )
2022-08-10 09:59:09 +03:00
Michael Kriese
2546c03f6c
feat(changelogs): defer retrieval if not required for templates ( #17073 )
2022-08-10 06:19:17 +00:00
Sergei Zharinov
42d4de6507
refactor(sbt): Reimplement the parser ( #17054 )
2022-08-10 07:56:27 +02:00
renovate[bot]
6cc5aef706
chore(deps): update dependency mock-fs to v5.1.3 ( #17090 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-08-09 23:39:43 +00:00
Hasan Awad
0e7c4306ec
refactor(manager/go): make multiline parsing a function ( #17074 )
...
* make multiline parsing a function
* refactor
* added interface for type
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2022-08-09 19:51:43 +00:00
github-actions[bot]
88aded3486
fix(data): automatic update of static data ( #17085 )
...
Co-authored-by: Renovate Bot <renovate@whitesourcesoftware.com>
Co-authored-by: Jamie Magee <jamie.magee@gmail.com>
2022-08-09 19:30:59 +00:00
renovate[bot]
43a99d3d1a
build(deps): update dependency good-enough-parser to v1.1.18 ( #17086 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-08-09 18:53:10 +00:00
Jamie Magee
3d19ec662a
ci: create update-data scheduled workflow ( #17080 )
...
* ci: create update-data scheduled workflow
* Apply suggestions from code review
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
* Update .github/workflows/update-data.yml
Co-authored-by: HonkingGoose <34918129+HonkingGoose@users.noreply.github.com>
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
Co-authored-by: HonkingGoose <34918129+HonkingGoose@users.noreply.github.com>
2022-08-09 20:34:08 +02:00
Sergei Zharinov
35df2bdb7c
fix(template): Use proxy instead of deep clone ( #17075 )
2022-08-09 17:19:03 +00:00