Commit graph

15152 commits

Author SHA1 Message Date
renovate[bot]
64e50399b7
build(deps): update dependency prettier to v2.8.8 ()
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-04-30 09:06:19 +00:00
Liora Milbaum
f2a415e34f
refactor(datasource/docker): Using URL module for improved readability () 2023-04-29 17:51:03 +00:00
Sergei Zharinov
2c75fac1a5
fix(rubygems): Copy strings via buffers instead of slice hack () 2023-04-29 16:19:35 +00:00
RahulGautamSingh
3b82013ad2
feat: save targetBranch in prBody () 2023-04-29 13:01:51 +00:00
HonkingGoose
79d2430638
chore: improve issue forms and template chooser () 2023-04-29 11:06:35 +00:00
Sergei Zharinov
07d86fc2aa
refactor(rubygems): Parse rubygems data with schema () 2023-04-29 10:42:00 +00:00
Rhys Arkins
91cbe5bdcc
fix(github): try automerge PR even if approving reviews required () 2023-04-29 08:55:52 +00:00
Sebastian Poxhofer
ab04c11f42
docs(adding-package-manager): add missing functions of ManagerAPI interface ()
Co-authored-by: HonkingGoose <34918129+HonkingGoose@users.noreply.github.com>
2023-04-29 08:40:17 +00:00
Sergei Zharinov
708f5e8e52
fix(rubygems): Use module-local memory cache () 2023-04-29 07:45:48 +00:00
Michael Kriese
530bf7d20d
build: disable obsolete verify step () 2023-04-29 09:42:11 +02:00
Sergei Zharinov
9e4a743d1a
fix(rubygems): Change accept-encoding to gzip () 2023-04-29 06:23:36 +00:00
Sergei Zharinov
d166bc01e6
fix(rubygems): Use memcache instead of module-local const () 2023-04-28 17:05:46 +00:00
Michael Kriese
9f01274911
fix(fs): remove regex path validation () 2023-04-28 12:31:32 +00:00
Michael Kriese
c00732f262
chore: replace shelljs () 2023-04-28 12:17:48 +00:00
Michael Kriese
64bd96b93f
feat(datasource/azure-pipelines-tasks): load tasks from github () 2023-04-28 10:19:06 +00:00
renovate[bot]
1b9dd6fb1d
chore(deps): update dependency jest-junit to v16 ()
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-04-28 11:47:06 +02:00
renovate[bot]
4442a9bbf0
chore(deps): update dependency rimraf to v5 ()
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-04-28 11:46:45 +02:00
renovate[bot]
acf7f66eaa
build(deps): update dependency ini to v4 ()
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-04-28 09:19:31 +00:00
peters5
86b028f947
fix(platform/azure): call getPolicyConfigurations() with correct parameter order () 2023-04-28 05:02:53 +00:00
RahulGautamSingh
938a36801e
refactor: replace test.each with it.each () 2023-04-28 04:33:15 +00:00
Gabriel-Ladzaretti
81b69bb4ef
feat(logs): log default branch in branch summary () 2023-04-28 04:31:15 +00:00
renovate[bot]
540fa972f2
chore(deps): update dependency @types/node to v18.15.13 ()
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-04-28 03:36:08 +00:00
renovate[bot]
90cf092986
chore(deps): update dependency memfs to v3.5.1 ()
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-04-27 20:47:16 +00:00
renovate[bot]
fd19817555
chore(deps): update github/codeql-action action to v2.3.2 ()
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-04-27 20:42:28 +00:00
HonkingGoose
9b0cf0ac6a
fix: improve user-facing ignored PR messages () 2023-04-27 19:44:49 +00:00
Michael Kriese
05f365c8c2
refactor(datasouce/docker): split file () 2023-04-27 18:27:19 +00:00
Rhys Arkins
de3cb95e91
fix(github): log res if no repository returned 2023-04-27 17:03:06 +02:00
Michael Kriese
d03f96d0e3
feat: deprecate node v19 () 2023-04-27 13:44:19 +00:00
Michael Kriese
d8cd68638e
fix(datasource/docker): replace legacy url resolve () 2023-04-27 13:36:09 +00:00
RahulGautamSingh
012c0ac2fe
feat: npm workspaces ()
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2023-04-27 12:42:25 +00:00
Rhys Arkins
242e490834
chore: forbid user bug reports ()
Co-authored-by: HonkingGoose <34918129+HonkingGoose@users.noreply.github.com>
2023-04-27 06:38:40 +00:00
Jamie Magee
1574baea6c
refactor: satisfy type checks for array.includes () 2023-04-27 05:18:45 +00:00
Malte Münch
541cb0cb90
docs: do not git add in post upgrade tasks () 2023-04-27 05:16:59 +00:00
RahulGautamSingh
fc0fb1980c
feat: onboarding branch cache ()
Co-authored-by: Rhys Arkins <rhys@arkins.net>
2023-04-27 05:07:38 +00:00
Jamie Magee
a6dfa70c1d
chore: migrate to structuredClone ()
Co-authored-by: Rhys Arkins <rhys@arkins.net>
2023-04-27 05:06:22 +00:00
RahulGautamSingh
78aa91aca8
feat(pnpm): get locked version from pnpm-lock.yaml ()
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2023-04-27 05:06:07 +00:00
renovate[bot]
2202641e7f
chore(deps): update dependency @types/node to v18.15.12 ()
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-04-27 00:17:58 +00:00
renovate[bot]
b9b0837948
chore(deps): update github/codeql-action action to v2.3.1 ()
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-04-26 23:21:47 +00:00
HonkingGoose
dc1d1e85db
docs(config options): rewrite matchPaths and matchFiles ()
Co-authored-by: Rhys Arkins <rhys@arkins.net>
2023-04-26 17:20:45 +00:00
Michael Kriese
9ba7c4063c
feat(presets): add AzureAD/microsoft-identity-web monorepo () 2023-04-26 12:35:11 +00:00
HonkingGoose
144cf15315
docs(contributing): rewrite do not force push section () 2023-04-26 08:46:24 +00:00
Chuck Grindel
7f4c8ebeb9
feat: add bazel datasource () 2023-04-25 20:08:26 +00:00
renovate[bot]
5ac2023322
build(deps): update dependency openpgp to v5.8.0 ()
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-04-25 19:39:35 +00:00
Adam Setch
6ec865be62
feat: add prTitleStrict config option to bypass prTitle manipulation ()
Co-authored-by: Rhys Arkins <rhys@arkins.net>
2023-04-25 15:08:13 +00:00
Rhys Arkins
bd6897063b
fix(datasource/docker): don't abort for 401 from docker hub () 2023-04-25 15:04:58 +00:00
renovate[bot]
609aac0da5
chore(deps): update linters ()
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-04-25 05:49:38 +00:00
HonkingGoose
13f4b02560
docs(config options): warn about SemVer 0.x packages () 2023-04-25 05:36:49 +00:00
renovate[bot]
519097cd4a
chore(deps): update linters to v5.59.0 ()
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-04-24 21:11:38 +00:00
Rhys Arkins
2496091b88
fix(versioning/hashicorp): handle empty constraint () 2023-04-24 10:15:17 +00:00
Nikolai Røed Kristiansen
0538a4c96d
fix(manager/helmfile): Use helmfile relative path () 2023-04-24 08:22:52 +00:00