mirror of
https://github.com/maxlerebourg/crowdsec-bouncer-traefik-plugin.git
synced 2026-09-02 20:28:50 +02:00
Compare commits
1
Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
5ccc2ac498 |
@@ -35,4 +35,7 @@ jobs:
|
|||||||
RENOVATE_REPOSITORIES: ${{ github.repository }}
|
RENOVATE_REPOSITORIES: ${{ github.repository }}
|
||||||
RENOVATE_ONBOARDING: "false"
|
RENOVATE_ONBOARDING: "false"
|
||||||
RENOVATE_REQUIRE_CONFIG: "required"
|
RENOVATE_REQUIRE_CONFIG: "required"
|
||||||
|
# The grouped "all" branch holds many upgrades; changelog/PR-body
|
||||||
|
# rendering for it blew the default 4GB V8 heap (exit 134 OOM).
|
||||||
|
NODE_OPTIONS: "--max-old-space-size=8192"
|
||||||
LOG_LEVEL: ${{ github.event.inputs.logLevel || 'info' }}
|
LOG_LEVEL: ${{ github.event.inputs.logLevel || 'info' }}
|
||||||
|
|||||||
@@ -1,6 +1,8 @@
|
|||||||
{
|
{
|
||||||
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
||||||
"extends": ["config:recommended"],
|
"extends": ["config:recommended"],
|
||||||
|
"gitAuthor": "Renovate Bot <22881669+maxlerebourg@users.noreply.github.com>",
|
||||||
|
"fetchChangeLogs": "off",
|
||||||
"labels": ["dependencies"],
|
"labels": ["dependencies"],
|
||||||
"ignorePaths": ["**/vendor/**", "**/node_modules/**"],
|
"ignorePaths": ["**/vendor/**", "**/node_modules/**"],
|
||||||
"rangeStrategy": "bump",
|
"rangeStrategy": "bump",
|
||||||
|
|||||||
Reference in New Issue
Block a user