Skip to content

Commit 89def7e

Browse files
committed
Add dependapot config to update gh actions
1 parent 9be37a5 commit 89def7e

1 file changed

Lines changed: 15 additions & 0 deletions

File tree

.github/dependabot.yaml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,3 +14,18 @@ updates:
1414
- "@types/react"
1515
- "react-dom"
1616
- "@types/react-dom"
17+
18+
# github actions
19+
- package-ecosystem: "github-actions"
20+
directory: "/"
21+
schedule:
22+
interval: "daily"
23+
cooldown:
24+
default-days: 10
25+
open-pull-requests-limit: 10
26+
target-branch: "main"
27+
labels:
28+
- "Dependencies"
29+
commit-message:
30+
prefix: "gha"
31+
include: "scope"

0 commit comments

Comments
 (0)