From a2b893aedc36538c19c25a94c4d813e46a4b1d54 Mon Sep 17 00:00:00 2001 From: Stephanie Ginovker <40722898+sginovker@users.noreply.github.com> Date: Thu, 7 May 2026 14:06:56 -0400 Subject: [PATCH] chore: pin GitHub Actions to commit SHAs and update dependabot config and add pr-automation workflow --- .github/dependabot.yml | 2 ++ .github/workflows/pr-automation.yml | 8 ++++++++ 2 files changed, 10 insertions(+) create mode 100644 .github/workflows/pr-automation.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 8518bf5..57fc550 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -6,6 +6,8 @@ updates: prefix: "[bot] " cooldown: default-days: 7 + exclude: + - "hoverinc/*" schedule: interval: "weekly" day: "wednesday" diff --git a/.github/workflows/pr-automation.yml b/.github/workflows/pr-automation.yml new file mode 100644 index 0000000..29d5a77 --- /dev/null +++ b/.github/workflows/pr-automation.yml @@ -0,0 +1,8 @@ +# yaml-language-server: $schema=https://json.schemastore.org/github-workflow.json +name: pr-automation +on: pull_request + +jobs: + pr-automation: + uses: hoverinc/action-pr-automation/.github/workflows/pr-automation.yml@763fe363e0306d8495557e59c0a3b2a2e492aca8 # v1.1.0 + secrets: inherit