Loading scripts/renovate-init.sh +2 −24 Original line number Diff line number Diff line Loading @@ -16,34 +16,12 @@ if [ -e "${TARGET}" ]; then || { echo "Left ${TARGET} unchanged."; exit 0; } fi # Write a minimal starter config with the recommended preset. cat > "${TARGET}" <<'JSON' { "$schema": "https://docs.renovatebot.com/renovate-schema.json", "extends": [ "config:recommended", ":dependencyDashboard", ":semanticCommits" ], "schedule": ["before 9am on monday"], "timezone": "America/Los_Angeles", "labels": ["dependencies", "renovate"], "prConcurrentLimit": 5, "packageRules": [ { "matchManagers": ["terraform"], "matchUpdateTypes": ["minor", "patch"], "groupName": "terraform minor+patch" }, { "matchManagers": ["dockerfile", "docker-compose"], "matchUpdateTypes": ["minor", "patch"], "groupName": "docker minor+patch" }, { "matchManagers": ["helmv3", "helm-values"], "matchUpdateTypes": ["minor", "patch"], "groupName": "helm minor+patch" } "config:recommended" ] } JSON Loading Loading
scripts/renovate-init.sh +2 −24 Original line number Diff line number Diff line Loading @@ -16,34 +16,12 @@ if [ -e "${TARGET}" ]; then || { echo "Left ${TARGET} unchanged."; exit 0; } fi # Write a minimal starter config with the recommended preset. cat > "${TARGET}" <<'JSON' { "$schema": "https://docs.renovatebot.com/renovate-schema.json", "extends": [ "config:recommended", ":dependencyDashboard", ":semanticCommits" ], "schedule": ["before 9am on monday"], "timezone": "America/Los_Angeles", "labels": ["dependencies", "renovate"], "prConcurrentLimit": 5, "packageRules": [ { "matchManagers": ["terraform"], "matchUpdateTypes": ["minor", "patch"], "groupName": "terraform minor+patch" }, { "matchManagers": ["dockerfile", "docker-compose"], "matchUpdateTypes": ["minor", "patch"], "groupName": "docker minor+patch" }, { "matchManagers": ["helmv3", "helm-values"], "matchUpdateTypes": ["minor", "patch"], "groupName": "helm minor+patch" } "config:recommended" ] } JSON Loading