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