Skip to content

Commit 657b57e

Browse files
committed
Added dependabot rule for GitHub Actions.
1 parent e6afe80 commit 657b57e

1 file changed

Lines changed: 15 additions & 0 deletions

File tree

.github/dependabot.yml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,3 +12,18 @@ updates:
1212
- Paebbels
1313
schedule:
1414
interval: "daily" # Checks on Monday trough Friday.
15+
16+
# Maintain GitHub Action runners
17+
- package-ecosystem: "github-actions"
18+
directory: "/"
19+
target-branch: dev
20+
commit-message:
21+
prefix: "[Dependabot]"
22+
labels:
23+
- Dependencies
24+
assignees:
25+
- Paebbels
26+
reviewers:
27+
- Paebbels
28+
schedule:
29+
interval: "daily" # Checks on Monday trough Friday.

0 commit comments

Comments
 (0)