Skip to content

Commit a2b893a

Browse files
authored
chore: pin GitHub Actions to commit SHAs and update dependabot config and add pr-automation workflow
1 parent 38ed4b0 commit a2b893a

2 files changed

Lines changed: 10 additions & 0 deletions

File tree

.github/dependabot.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ updates:
66
prefix: "[bot] "
77
cooldown:
88
default-days: 7
9+
exclude:
10+
- "hoverinc/*"
911
schedule:
1012
interval: "weekly"
1113
day: "wednesday"
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# yaml-language-server: $schema=https://json.schemastore.org/github-workflow.json
2+
name: pr-automation
3+
on: pull_request
4+
5+
jobs:
6+
pr-automation:
7+
uses: hoverinc/action-pr-automation/.github/workflows/pr-automation.yml@763fe363e0306d8495557e59c0a3b2a2e492aca8 # v1.1.0
8+
secrets: inherit

0 commit comments

Comments
 (0)