Skip to content

Commit 9ba3946

Browse files
authored
Configure Dependabot for GitHub Actions updates (CloudPirates-io#359)
Added configuration for GitHub Actions dependency updates. Signed-off-by: Finn Rades <64548817+zOnlyKroks@users.noreply.github.com>
1 parent c2909cd commit 9ba3946

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

.github/dependabot.yml

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
version: 2
2+
updates:
3+
# Maintain dependencies for GitHub Actions
4+
- package-ecosystem: "github-actions"
5+
directory: "/"
6+
schedule:
7+
interval: "weekly"
8+
day: "monday"
9+
labels:
10+
- "dependencies"
11+
- "github-actions"
12+
commit-message:
13+
prefix: "chore(deps)"
14+
include: "scope"
15+
open-pull-requests-limit: 10
16+
assignees:
17+
- "CloudPirates-io/maintainers"
18+
# Group all GitHub Actions updates into a single PR
19+
groups:
20+
github-actions:
21+
patterns:
22+
- "*"

0 commit comments

Comments
 (0)