From 8379979f244097854472e8643527f229b87efc92 Mon Sep 17 00:00:00 2001 From: Kjeld Schouten Date: Thu, 17 Oct 2024 14:15:28 +0200 Subject: [PATCH] renovate deletions and such --- archive/truetool/.github/renovate-config.js | 23 ---------------- archive/truetool/.github/renovate.json5 | 23 ---------------- .../truetool/.github/workflows/renovate.yml | 18 ------------- .../truetool/.github/workflows/shellcheck.yml | 26 ------------------- 4 files changed, 90 deletions(-) delete mode 100644 archive/truetool/.github/renovate-config.js delete mode 100644 archive/truetool/.github/renovate.json5 delete mode 100644 archive/truetool/.github/workflows/renovate.yml delete mode 100644 archive/truetool/.github/workflows/shellcheck.yml diff --git a/archive/truetool/.github/renovate-config.js b/archive/truetool/.github/renovate-config.js deleted file mode 100644 index 3447cd837eb..00000000000 --- a/archive/truetool/.github/renovate-config.js +++ /dev/null @@ -1,23 +0,0 @@ -module.exports = { - dryRun: false, - username: "truecharts-admin", - gitAuthor: "truecharts-admin ", - onboarding: false, - platform: "github", - repositories: ["truecharts/truetool"], - packageRules: [ - { - description: "lockFileMaintenance", - matchUpdateTypes: [ - "pin", - "digest", - "patch", - "minor", - "major", - "lockFileMaintenance", - ], - dependencyDashboardApproval: false, - stabilityDays: 0, - }, - ], -}; diff --git a/archive/truetool/.github/renovate.json5 b/archive/truetool/.github/renovate.json5 deleted file mode 100644 index de107f43efe..00000000000 --- a/archive/truetool/.github/renovate.json5 +++ /dev/null @@ -1,23 +0,0 @@ -{ - "semanticCommits": "enabled", - "extends": ["helpers:pinGitHubActionDigests"], - "dependencyDashboard": true, - "dependencyDashboardTitle": "Renovate Dashboard 🤖", - "suppressNotifications": ["prIgnoreNotification"], - "commitMessageTopic": "{{depName}}", - "commitMessageExtra": "to {{newVersion}}", - "commitMessageSuffix": "", - "rebaseWhen": "conflicted", - "prConcurrentLimit": 100, - "pinDigests": true, - "automerge": true, - "gitAuthor": "TrueCharts-Admin ", - "packageRules": [ - // Setup datasources for github actions - { - "matchManagers": ["github-actions"], - "commitMessageTopic": "github-action {{depName}} [skip ci]", - "automerge": true, - } - ] -} diff --git a/archive/truetool/.github/workflows/renovate.yml b/archive/truetool/.github/workflows/renovate.yml deleted file mode 100644 index 14cc0817313..00000000000 --- a/archive/truetool/.github/workflows/renovate.yml +++ /dev/null @@ -1,18 +0,0 @@ -name: Renovate -on: - workflow_dispatch: - schedule: - - cron: "0 */6 * * *" -jobs: - renovate: - runs-on: ubuntu-latest - steps: - - name: Checkout - uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0 - with: - token: ${{ secrets.BOT_TOKEN }} - - name: Self-hosted Renovate - uses: renovatebot/github-action@927d318430b8127887559d9721fdfcaaa4646fb9 # v35.2.0 - with: - configurationFile: .github/renovate-config.js - token: ${{ secrets.BOT_TOKEN }} diff --git a/archive/truetool/.github/workflows/shellcheck.yml b/archive/truetool/.github/workflows/shellcheck.yml deleted file mode 100644 index 5f1d8dca04d..00000000000 --- a/archive/truetool/.github/workflows/shellcheck.yml +++ /dev/null @@ -1,26 +0,0 @@ -on: - push: - pull_request: - workflow_dispatch: - -name: "Lint and Test" - -jobs: - shellcheck: - name: Shellcheck - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3 - - name: Run ShellCheck - uses: ludeeus/action-shellcheck@master - with: - check_together: "yes" - env: - SHELLCHECK_OPTS: -e SC2154 - - pre-commit: - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3 - - uses: actions/setup-python@65d7f2d534ac1bc67fcd62888c5f4f3d2cb2b236 # v4 - - uses: pre-commit/action@2c7b3805fd2a0fd8c1884dcaebf91fc102a13ecd # v3.0.1