Commit graph

11814 commits

Author SHA1 Message Date
HonkingGoose
f3e0462aa0
docs(running renovate): move authentication info into platform readmes (#14654) 2022-04-10 09:39:51 +00:00
HonkingGoose
3e910bb4a3
fix: set mergeable=false for ignorePaths config option (#14946) 2022-04-10 09:07:37 +02:00
renovate[bot]
6b7a5191b1
chore(deps): update dependency eslint-import-resolver-typescript to v2.7.1 (#15041)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-04-10 04:27:29 +00:00
renovate[bot]
b34595c965
chore(deps): update dependency prettier to v2.6.2 (#15039)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-04-09 18:19:51 +00:00
HonkingGoose
5119bad992
docs: replace example name (#15035) 2022-04-09 17:52:52 +01:00
Gabriel-Ladzaretti
974fa7b2a7
refactor(versioning/distro-info): for future use in debian and ubuntu versioning (#14880)
* refactor(tools/distro-info): for later use in ubuntu and debian versioning

distro-info refactor

* refactor(tools/distro-info): for later use in ubuntu and debian versioning

styling

* refactor(tools/distro-info): for later use in ubuntu and debian versioning

distro-info refactor

* refactor(tools/distro-info): for later use in ubuntu and debian versioning

styling

* refactor(tools/distro-info): for later use in ubuntu and debian versioning

use https://debian.pages.debian.net/distro-info-data/ubuntu.csv as distro info data

* refactor(tools/distro-info): for later use in ubuntu and debian versioning

cr changes and migrated from mjs to ts

* refactor(tools/distro-info): for later use in ubuntu and debian versioning

added a crude way to prevent writing corrupted data

* refactor(tools/distro-info): for later use in ubuntu and debian versioning

lint fixes

* refactor(tools/distro-info): for later use in ubuntu and debian versioning

cr changes and migrated from mjs to ts

* refactor(tools/distro-info): for later use in ubuntu and debian versioning

cr changes

* refactor(tools/distro-info): for later use in ubuntu and debian versioning

dynamically check if stable/released.

22.04 release for example

* refactor(tools/distro-info): for later use in ubuntu and debian versioning

fixed JSON order

* refactor(tools/distro-info): for later use in ubuntu and debian versioning

removed ts.ignore

* refactor(tools/distro-info): for later use in ubuntu and debian versioning

cr changes

* refactor(tools/distro-info): for later use in ubuntu and debian versioning

cr changes

Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2022-04-09 14:38:06 +03:00
StinkyLord
0ffab682f7
docs: new renovate flow graph (#14862) 2022-04-09 09:37:31 +02:00
philicious
661f6df445
docs: fix aws-machine-image datasource usage (#15000) 2022-04-09 09:36:34 +02:00
renovate[bot]
00379658de
chore(deps): lock file maintenance (#15031)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-04-09 05:33:42 +00:00
Sergei Zharinov
f317458b95
fix(gradle): Don't skip files matched via custom pattern (#15027) 2022-04-08 16:25:48 +01:00
renovate[bot]
1df6f6f1ef
build(deps): update dependency emoji-regex to v10.1.0 (#15026)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-04-08 13:34:09 +00:00
renovate[bot]
1d687b76ed
chore(deps): update dependency jest-mock-extended to v2.0.5 (#15023)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-04-08 13:09:17 +00:00
renovate[bot]
d7f43530ae
chore(deps): update github/codeql-action action to v2.1.8 (#15024)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-04-08 13:42:16 +01:00
Rhys Arkins
6cadcddf4a
fix(docker): Revert "fix(docker): use a HEAD request to the real resource auth." (#15018) 2022-04-08 11:28:35 +00:00
sommmen
67152ddcf3
feat(presets): Add monorepo Azure AD IdentityModel (#14988) 2022-04-08 10:07:52 +01:00
eSamS
1da46b0672
fix(go): allow go modules in gitlab subgroups (#14831)
Co-authored-by: Rhys Arkins <rhys@arkins.net>
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2022-04-08 08:16:46 +00:00
HonkingGoose
31f539b9c3
docs(security-and-permissions): preamble, new sections (#14570) 2022-04-08 07:39:23 +00:00
StinkyLord
b79c82e206
fix(manager/npm): use root pnpm constraints for workspaces (#14660)
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2022-04-08 07:14:25 +00:00
HonkingGoose
4278bebaa0
ci: use dependency review action (#15003) 2022-04-08 06:31:42 +00:00
Sergei Zharinov
6698c20603
feat(github): Mapping functions for ApiCache items (#15010) 2022-04-08 05:54:17 +00:00
Matthew Vaughan
6fd86edb32
feat(manager/nuget): Restore all dependent project files to generate new lock files (#14312)
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2022-04-07 21:45:24 +00:00
renovate[bot]
7deef7c8fc
chore(deps): update dependency type-fest to v2.12.2 (#15017)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-04-07 19:59:55 +00:00
renovate[bot]
04b2869c8e
build(deps): update dependency redis to v4.0.6 (#15012)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-04-07 13:12:29 +00:00
Hasan Awad
e47712f367
feat(gitlabci): used yaml parsing (#14879)
Co-authored-by: Rhys Arkins <rhys@arkins.net>
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2022-04-07 11:32:54 +00:00
HonkingGoose
be99c57716
docs: drop duplicate word (#15008) 2022-04-07 12:24:27 +02:00
HonkingGoose
ea410daf6e
docs: remove link to file on GitHub (#15007) 2022-04-07 12:00:36 +02:00
HonkingGoose
15c98973bd
docs: fix typo (#15006) 2022-04-07 11:50:26 +02:00
MaronHatoum
01d2ef5d3f
fix(golang-version): restore parsing capability (#14998) 2022-04-07 07:02:53 +00:00
Michael Kriese
7a194811ca
fix(github-actions): tighten fileMatch (#14983)
* fix(github-actions): tighten fileMatch

* Update lib/modules/manager/github-actions/index.ts
2022-04-07 08:00:58 +02:00
renovate[bot]
6884e1a6cb
chore(deps): update node.js to 92b10b8 (#15001)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-04-06 17:03:19 +00:00
Sergei Zharinov
65a99fb94f
feat(github): Implement ApiCache data structure (#14943) 2022-04-06 16:00:26 +00:00
Michael Kriese
fb9303c190
feat(core:changelogs): better platform detection (#14989)
Co-authored-by: Rhys Arkins <rhys@arkins.net>
2022-04-06 14:56:40 +00:00
RahulGautamSingh
edfbe81da7
refactor: add manager fingerprinting (#14671)
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
Co-authored-by: Rhys Arkins <rhys@arkins.net>
2022-04-06 14:28:48 +00:00
Michael Kriese
4a27705c77
docs: update pr template (#14984) 2022-04-06 16:05:39 +02:00
renovate[bot]
27997e2de0
chore(deps): update node.js to c1a8ba5 (#14996)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-04-06 14:00:52 +00:00
Rhys Arkins
1b20602682
fix(git): treat git 403 as external host error (#14981) 2022-04-06 07:47:56 +00:00
Lagorce
3bb6451da2
fix(docker): use a HEAD request to the real resource auth. (#14744) 2022-04-06 06:33:26 +00:00
markussiebert
58bec21084
docs: More details about configuration of aws machine image datasource (#14698) 2022-04-06 08:08:54 +02:00
HonkingGoose
0b0ce3327c
chore(bug report template): add description to platform version field (#14970) 2022-04-06 07:42:44 +02:00
renovate[bot]
e5fcd7a36b
chore(deps): update node.js to 5e15f10 (#14979)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-04-05 22:43:24 +00:00
renovate[bot]
97395554f3
chore(deps): update github/codeql-action action to v2.1.7 (#14973)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-04-05 19:32:27 +00:00
renovate[bot]
9a756d3461
chore(deps): update github/codeql-action action to v2 (#14960)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-04-05 15:36:13 +02:00
StinkyLord
eab092d721
feat(manager/npm): update yarn metadata versions (#14933)
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2022-04-05 12:41:13 +02:00
renovate[bot]
bc69091c2b
build(deps): update dependency simple-git to v3.5.0 (#14958)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-04-05 09:12:50 +00:00
renovate[bot]
379b2affad
build(deps): update dependency find-packages to v9 (#14959)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-04-05 08:40:56 +00:00
Michael Kriese
2120171e67
ci(codeql): fix fixture deletion (#14954) 2022-04-05 09:47:04 +02:00
Michael Kriese
ac96a61376
ci(codeql): delete fixtures to suppress false positives (#14953) 2022-04-05 09:20:06 +02:00
Michael Kriese
b51a7be181
ci(codeql): disable config file (#14952) 2022-04-05 09:06:36 +02:00
Michael Kriese
b6601b5828
ci(codeql): disable ignore path (#14951) 2022-04-05 09:01:05 +02:00
renovate[bot]
cb7a5a46e4
build(deps): update dependency minimatch to v5 (#14928)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-04-05 01:37:00 +02:00