Skip to content
This repository was archived by the owner on Apr 20, 2026. It is now read-only.

Commit acf85c9

Browse files
authored
chore(ci): add Dependabot and group updates for GitHub Actions (#358)
1 parent aa06c1f commit acf85c9

1 file changed

Lines changed: 14 additions & 0 deletions

File tree

.github/dependabot.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
version: 2
2+
updates:
3+
- package-ecosystem: "github-actions"
4+
directory: "/"
5+
schedule:
6+
interval: "weekly"
7+
commit-message:
8+
prefix: "chore(deps)"
9+
open-pull-requests-limit: 1
10+
groups:
11+
github-actions-weekly:
12+
applies-to: "version-updates"
13+
patterns: ["*"]
14+
update-types: ["minor", "patch"]

0 commit comments

Comments
 (0)