Commit graph

784 commits

Author SHA1 Message Date
Colin O'Dell
275ef417d8
docs: versioning should not be combined with matchUpdateTypes (#17220)
Co-authored-by: Rhys Arkins <rhys@arkins.net>
2022-08-17 11:07:39 +02: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
Stéphane Goetz
19c4334711
docs: Add Article on how Swissquote uses Renovate (#16809) 2022-08-12 09:43:29 +02: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
Michael Kriese
3f0c34b134
docs: update buildpack support (#17003) 2022-08-08 08:31:53 +00:00
renovate[bot]
96b3009c36
docs: update references to renovate/renovate to v32.151.2 (#17028)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-08-08 02:05:54 +00:00
HonkingGoose
93e200f2aa
docs(platformAutomerge): recommend setting required status checks (#16965) 2022-08-06 13:30:52 +02:00
Yun Lai
f07dcfb03a
feat: add hermit binary source (#16259) 2022-08-05 05:17:11 +00:00
HonkingGoose
8c8dceb9e9
docs: update security email (#16799) 2022-08-04 11:57:19 +02:00
HonkingGoose
f110ca572a
docs(configuration options): warn never put objects in packageRules array (#16755) 2022-08-04 09:01:25 +02:00
Maxime Brunet
cbe8bfc4cf
feat(config-validator): read filenames from CLI arguments (#16475) 2022-08-04 06:25:18 +00:00
Michael Kriese
16af196523
docs: update authType (#16783)
* docs: update `authType`

* Update docs/usage/configuration-options.md

* Update docs/usage/configuration-options.md

* Update docs/usage/configuration-options.md

Co-authored-by: HonkingGoose <34918129+HonkingGoose@users.noreply.github.com>

Co-authored-by: HonkingGoose <34918129+HonkingGoose@users.noreply.github.com>
2022-08-03 13:45:07 +00:00
Michael Kriese
a251fc494d
feat(platform/gitea): support native automerge (#16885)
* feat(platform/gitea): support native automerge

* Update lib/modules/platform/gitea/index.md

Co-authored-by: HonkingGoose <34918129+HonkingGoose@users.noreply.github.com>

* Update lib/modules/platform/gitea/index.ts

Co-authored-by: HonkingGoose <34918129+HonkingGoose@users.noreply.github.com>

* Update lib/modules/platform/gitea/index.spec.ts

Co-authored-by: HonkingGoose <34918129+HonkingGoose@users.noreply.github.com>
2022-08-02 12:29:08 +02:00
Michael Kriese
16ea835218
feat(platform/gitea): support draft PR (#16888)
* feat(platform/gitea): support draft PR

* docs: update support state

* Update docs/usage/configuration-options.md

Co-authored-by: HonkingGoose <34918129+HonkingGoose@users.noreply.github.com>

Co-authored-by: HonkingGoose <34918129+HonkingGoose@users.noreply.github.com>
2022-08-02 09:47:52 +00:00
renovate[bot]
28f47d6de9
docs: update references to renovate/renovate to v32.135.1 (#16880)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-08-01 01:42:54 +00:00
Wietse Terpstra
392c6cc574
docs: Fix some typo's in the docs (#16862)
Fix some typo's in the docs
2022-07-30 04:27:23 +00:00
Michael Kriese
ab7ddb5e3c
feat(platform/gitea): support automergeStrategy (#16851)
* feat(platform/gitea): support `automergeStrategy`

* chore: revert change

* Update docs/usage/configuration-options.md

* Update docs/usage/configuration-options.md
2022-07-29 14:40:26 +02:00
Michael Kriese
a3d1235032
feat(manager/pipenv): support binarySource=install (#16828)
* feat(manager/pipenv): support binarySource=install

* docs: update docs

* fix: linting
2022-07-28 17:17:02 +00:00
Michael Kriese
cf7bb3226d
feat(manager/gradle-wrapper): support binarySource=install (#16830)
* feat(manager/gradle-wrapper): support `binarySource=install`

* docs: update docs
2022-07-28 13:47:56 +00:00
HonkingGoose
dc4e0dd772
docs(shareable config presets): partial rewrite (#16521) 2022-07-25 07:59:40 +02:00
renovate[bot]
a28b77b434
docs: update references to renovate/renovate to v32.127.0 (#16740)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-07-25 00:31:37 +00:00
Sebastian Poxhofer
d0926c3d61
fix(manager/regex): depName requirement if using the recursive strategy (#16225)
* fix(manager/regex): depName requirement if using the recursive strategy

* chore(manager/regex): implement code suggestions

* chore: replace Boolean with Is function

* chore: abort if match strings are empty

* refactor: do not parse regexes on each recursion and filter after all matches are processed

* fixup! test name

* Revert "chore: abort if match strings are empty"

This reverts commit bf41a92f

* refactor: extract inline function

* fix: out-of-bound check

* feat: allow currentDigest as valid alternative to currentValue

* Update lib/modules/manager/regex/utils.ts

Co-authored-by: Michael Kriese <michael.kriese@visualon.de>

* chore: prettier

Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2022-07-19 12:02:42 +00:00
renovate[bot]
71bac1b1a3
docs: update references to renovate/renovate to v32.118.0 (#16626)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-07-18 01:32:22 +00:00
HonkingGoose
47436a98d8
docs(semantic commit messages): rewrite (#16560) 2022-07-16 13:57:12 +02:00
HonkingGoose
62fb5536fb
docs(faq): rewrite (#16558) 2022-07-15 18:52:45 +03:00
HonkingGoose
c32d3b7ff9
docs(configuration options): rewrite stopUpdatingLabel (#16576) 2022-07-15 18:23:59 +03:00
Jamie Magee
c3c493baf1
docs(azure): merge azure devops docs (#16432) 2022-07-12 04:59:43 +00:00
renovate[bot]
48b9c5ca89
docs: update references to renovate/renovate to v32.108.0 (#16513)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-07-11 00:54:58 +00:00
HonkingGoose
7f598f7b58
docs(configuration options): rewrite vulnerabilityAlerts (#16503) 2022-07-10 18:06:41 +03:00
Paul Zakin
1374831aed
docs(configuration options): Add a CodePen for validating whether a later.js schedule is valid or not. (#16431) 2022-07-09 07:03:39 +00:00
Florian Greinacher
93c2d053a3
feat(manager/gitlabci): add support for registryAliases (#16227)
* feat(manager/gitlabci): add support for CI_REGISTRY

* fix: pass correct property

* chore: adapt tests

* docs; add documentation for the new option

* test: extend test cases

* fix: do the abc properly

* refactor: switch to using registryAliases option

* docs: mention registry variable

* style: remove extra heading

* docs: fix sentence

Co-authored-by: HonkingGoose <34918129+HonkingGoose@users.noreply.github.com>

* docs: move documentation to managers

* docs: fix formatting

* refactor: handle default value in function body

* refactor: remove unused function

* refactor: move registry alias handling to dockerfile manager

* style: remove unused import

* refactor: use match groups directly

Co-authored-by: Michael Kriese <michael.kriese@visualon.de>

* refactor: add dockerfile manager tests

* chore: fix variable name

Co-authored-by: HonkingGoose <34918129+HonkingGoose@users.noreply.github.com>
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2022-07-07 09:42:31 +02:00
renovate[bot]
6a8cbca52a
docs: update references to renovate/renovate to v32.105.0 (#16405)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-07-04 02:14:33 +00:00
Tobias
c7c163e8fe
docs: suggest to let Renovate bypass mandatory Pull Request reviews (#16370) 2022-07-02 11:12:26 +02:00
jatladams
e1bb2581ef
feat(bitbucket-server): Support gitUrl (#13875) 2022-07-01 11:59:58 +02:00
Jonathan Narwold
c3fd5c2edf
feat(bundler): support conservative mode (#16129) 2022-07-01 08:49:23 +00:00
HonkingGoose
bb45bc37b0
docs: prevent line ending problems when self-hosting on Windows (#16326) 2022-07-01 09:46:10 +02:00
HonkingGoose
c2fbed9cd3
docs(config options): rewrite followTag section (#16324) 2022-06-29 10:07:55 +00:00
HonkingGoose
db4160a205
docs(configuration options): add :gitSignOff example (#16301)
Co-authored-by: Rhys Arkins <rhys@arkins.net>
2022-06-28 09:55:54 +00:00
HonkingGoose
6dfbd2f5ce
docs(automerge): add platformAutomerge section (#16264) 2022-06-27 08:32:01 +00:00
renovate[bot]
cb7cf47671
docs: update references to renovate/renovate to v32.99.5 (#16247)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-06-27 01:32:49 +00:00
Sebastian Poxhofer
adec3d44ab
docs(configuration-options): fix indentation of regexManager parameters (#16222) 2022-06-26 19:00:34 +02:00
Maxime Brunet
bdc7655a8d
docs(stabilityDays): suppress branch/PR creation with internalChecksFilter="strict" (#16240) 2022-06-26 06:34:26 +02:00
Gabriel-Ladzaretti
26cf208e2c
docs(core/config): Experimental feature handling (#16183) 2022-06-25 10:10:35 +02:00
Alan Ross-Ross
1f778166e5
feat(bumpVersion): add prerelease semver level (#15626) 2022-06-25 07:38:19 +02:00
HonkingGoose
146512ba93
docs(self-hosted config): improve unicodeEmoji section (#16219) 2022-06-24 13:07:58 +02:00
Tobias
3d96c7c5a1
feat(config): print hostRules when printConfig=true (#15699) 2022-06-23 07:39:31 +00:00
HonkingGoose
dca5f9d11b
docs(docker): rewrite GCR/GAR section (#16180) 2022-06-22 10:37:26 +00:00
Stéphane Goetz
8ce54366e1
docs: Add note about allowPostUpgradeCommandTemplating to postUpgradeTasks (#15439) 2022-06-22 11:37:01 +02:00
Tobias
890ec81972
docs: Add instructions for setting up Google Container/Artifact Registry authentication (#16160) 2022-06-22 10:31:06 +02:00