From 3201582868e7ba4129fab710e23f0fd23a632fcf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Brunner?= Date: Mon, 30 Sep 2024 10:11:46 +0200 Subject: [PATCH] CI updates This is done by the automated script named upgrade-c2cciutils-to-1.7 --- .github/workflows/backport.yaml | 22 ---------------------- .pre-commit-config.yaml | 12 ++++-------- ci/dpkg-versions.yaml | 0 3 files changed, 4 insertions(+), 30 deletions(-) delete mode 100644 .github/workflows/backport.yaml create mode 100644 ci/dpkg-versions.yaml diff --git a/.github/workflows/backport.yaml b/.github/workflows/backport.yaml deleted file mode 100644 index d0cc8dbfc..000000000 --- a/.github/workflows/backport.yaml +++ /dev/null @@ -1,22 +0,0 @@ -name: Backport - -on: - pull_request: - types: - - closed - - labeled - -env: - HAS_SECRETS: ${{ secrets.HAS_SECRETS }} - -jobs: - backport: - name: Backport - runs-on: ubuntu-22.04 - timeout-minutes: 5 - - steps: - - uses: camptocamp/backport-action@master - with: - token: ${{ secrets.GOPASS_CI_GITHUB_TOKEN }} - if: env.HAS_SECRETS == 'HAS_SECRETS' diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 57125f3b1..c80a48da8 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -94,11 +94,7 @@ repos: hooks: - id: jsonschema-validator files: ^ci/config\.yaml$ -ci: - autoupdate_schedule: quarterly - skip: - - copyright - - poetry-check - - poetry-lock - - ripsecrets - - jsonschema-validator + - repo: https://github.com/renovatebot/pre-commit-hooks + rev: 37.428.1 + hooks: + - id: renovate-config-validator diff --git a/ci/dpkg-versions.yaml b/ci/dpkg-versions.yaml new file mode 100644 index 000000000..e69de29bb