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