From e9a508dd99c65d3d490d88002b79612597bbb1e9 Mon Sep 17 00:00:00 2001 From: Jordan Krage Date: Mon, 27 Jul 2026 10:55:18 -0500 Subject: [PATCH] .github/workflows: add dependabump --- .github/workflows/Dependabump.yml | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 .github/workflows/Dependabump.yml diff --git a/.github/workflows/Dependabump.yml b/.github/workflows/Dependabump.yml new file mode 100644 index 0000000..9e8c454 --- /dev/null +++ b/.github/workflows/Dependabump.yml @@ -0,0 +1,21 @@ +name: dependabump + +on: + workflow_dispatch: + schedule: + - cron: "0 0 * * 1-5" # every week-day at midnight + +permissions: {} + +jobs: + dependabump: + permissions: + contents: write + pull-requests: write + actions: read + security-events: read + vulnerability-alerts: read + uses: smartcontractkit/.github/.github/workflows/reusable-dependabump.yml@reusable-dependabump/0.1.0 + secrets: + SLACK_TOKEN: ${{ secrets.DEPENDABUMP_SLACK_TOKEN }} + SLACK_CHANNEL_ID: ${{ secrets.DEPENDABUMP_SLACK_CHANNEL_ID }}