From 01ed77afa5c00f4db4e222a77d1c413d70c5a623 Mon Sep 17 00:00:00 2001 From: Rifa Achrinza <25147899+achrinza@users.noreply.github.com> Date: Sat, 15 Aug 2026 13:26:59 +0800 Subject: [PATCH 1/2] ci: remove old renovate config continuation of: https://github.com/loopbackio/loopback.io/pull/2081 Signed-off-by: Rifa Achrinza <25147899+achrinza@users.noreply.github.com> --- .renovaterc.json | 47 ----------------------------------------------- 1 file changed, 47 deletions(-) delete mode 100644 .renovaterc.json diff --git a/.renovaterc.json b/.renovaterc.json deleted file mode 100644 index f54c9c381..000000000 --- a/.renovaterc.json +++ /dev/null @@ -1,47 +0,0 @@ -{ - "extends": [ - ":gitSignOff", - "group:recommended", - "helpers:disableTypesNodeMajor" - ], - - "automerge": false, - "branchPrefix": "renovate/", - "ignoreUnstable": true, - "rangeStrategy": "bump", - "statusCheckVerify": true, - "updateNotScheduled": true, - - "lockFileMaintenance": { - "enabled": true, - "schedule": "before 5am on monday" - }, - - "prConcurrentLimit": 5, - "prCreation": "immediate", - "prHourlyLimit": 2, - - "semanticCommits": false, - "commitMessageTopic": "{{depName}}", - - "separateMajorMinor": true, - "separateMinorPatch": false, - "packageRules": [ - { - "updateTypes": ["minor", "patch"], - "automerge": true - }, - { - "depTypeList": ["devDependencies"], - "automerge": true - } - ], - "travis": { - "enabled": true, - "supportPolicy": ["lts", "current"] - }, - - "masterIssue": true, - "masterIssueApproval": false, - "masterIssueAutoclose": true - } From 6dd24aa86556f21ee9f194653ea4e7720c4ad083 Mon Sep 17 00:00:00 2001 From: Rifa Achrinza <25147899+achrinza@users.noreply.github.com> Date: Sat, 15 Aug 2026 13:29:03 +0800 Subject: [PATCH 2/2] ci: update hostname allowlist Signed-off-by: Rifa Achrinza <25147899+achrinza@users.noreply.github.com> --- .github/workflows/pr-build.yml | 2 ++ .github/workflows/site-build.yml | 1 + 2 files changed, 3 insertions(+) diff --git a/.github/workflows/pr-build.yml b/.github/workflows/pr-build.yml index 68451302d..4eeef7fda 100644 --- a/.github/workflows/pr-build.yml +++ b/.github/workflows/pr-build.yml @@ -18,8 +18,10 @@ jobs: disable-sudo-and-containers: true egress-policy: block allowed-endpoints: > + api.github.com:443 github.com:443 index.rubygems.org:443 + nodejs.org:443 raw.githubusercontent.com:443 registry.npmjs.org:443 release-assets.githubusercontent.com:443 diff --git a/.github/workflows/site-build.yml b/.github/workflows/site-build.yml index 283eab30c..883bcd6e6 100644 --- a/.github/workflows/site-build.yml +++ b/.github/workflows/site-build.yml @@ -33,6 +33,7 @@ jobs: api.github.com:443 github.com:443 index.rubygems.org:443 + nodejs.org:443 raw.githubusercontent.com:443 registry.npmjs.org:443 release-assets.githubusercontent.com:443