diff --git a/.github/chainguard/digestabot.sts.yaml b/.github/chainguard/digestabot.sts.yaml deleted file mode 100644 index b5a89a7..0000000 --- a/.github/chainguard/digestabot.sts.yaml +++ /dev/null @@ -1,9 +0,0 @@ -issuer: https://token.actions.githubusercontent.com -subject: repo:chainguard-dev/images-bite-back-talk:ref:refs/heads/main -claim_pattern: - job_workflow_ref: chainguard-dev/images-bite-back-talk/.github/workflows/digestabot.yml@refs/heads/main - -permissions: - contents: write - pull_requests: write - workflows: write diff --git a/.github/chainguard/renovate.sts.yaml b/.github/chainguard/renovate.sts.yaml index 7dc8a98..a85f5d3 100644 --- a/.github/chainguard/renovate.sts.yaml +++ b/.github/chainguard/renovate.sts.yaml @@ -1,5 +1,5 @@ issuer: https://token.actions.githubusercontent.com -subject: repo:amouat/production-builds-with-renovate:ref:refs/heads/main +subject: repo:chainguard-demo/images-bite-back-talk:ref:refs/heads/main permissions: checks: write diff --git a/.github/dependabot.yml b/.github/dependabot.yml deleted file mode 100644 index de2ca6a..0000000 --- a/.github/dependabot.yml +++ /dev/null @@ -1,24 +0,0 @@ ---- -version: 2 -updates: - - package-ecosystem: gomod - directory: "/" - schedule: - interval: "weekly" - open-pull-requests-limit: 10 - groups: - gomod: - update-types: - - "minor" - - "patch" - - - package-ecosystem: "github-actions" - directory: "/" - schedule: - interval: "weekly" - open-pull-requests-limit: 10 - groups: - actions: - update-types: - - "minor" - - "patch" diff --git a/.github/workflows/digestabot.yml b/.github/workflows/digestabot.yml deleted file mode 100644 index bb33117..0000000 --- a/.github/workflows/digestabot.yml +++ /dev/null @@ -1,38 +0,0 @@ -name: Image digest update - -on: - workflow_dispatch: - schedule: - # At the end of every day - - cron: "0 0 * * *" - -jobs: - image-update: - name: Image digest update - runs-on: ubuntu-latest - if: github.repository == 'chainguard-dev/images-bite-back-talk' - - permissions: - contents: read # the read the repo - id-token: write # used to sign the commits using gitsign - - steps: - - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4 - - - uses: octo-sts/action@6177b4481c00308b3839969c3eca88c96a91775f # v1.0.0 - id: octo-sts - with: - scope: ${{ github.repository }} - identity: digestabot - - - uses: chainguard-dev/digestabot@43222237fd8a07dc41a06ca13e931c95ce2cedac # v1.2.2 - with: - token: ${{ steps.octo-sts.outputs.token }} - author: "octo-sts[bot] <157150467+octo-sts[bot]@users.noreply.github.com>" - committer: "octo-sts[bot] <157150467+octo-sts[bot]@users.noreply.github.com>" - signoff: 'true' - labels-for-pr: "automated pr" - branch-for-pr: update-digests - title-for-pr: Update images digests # optional - description-for-pr: Update images digests - commit-message: Update images digests diff --git a/.github/workflows/renovate.yaml b/.github/workflows/renovate.yaml index ad2b405..4f08a30 100644 --- a/.github/workflows/renovate.yaml +++ b/.github/workflows/renovate.yaml @@ -20,7 +20,7 @@ jobs: steps: - uses: chainguard-dev/setup-chainctl@be0acd273acf04bfdf91f51198327e719f6af978 # v0.4.0 with: - identity: 45a0c61ea6fd977f050c5fb9ac06a69eed764595/1c1c756dd9ec445d + identity: 45a0c61ea6fd977f050c5fb9ac06a69eed764595/1a0a8e78e15046cd - uses: octo-sts/action@v1.1.0 id: octo-sts