Skip to content

Commit 7b70788

Browse files
committed
Added dependabot settings to check for GitHub Action updates.
1 parent 8662901 commit 7b70788

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

.github/workflows/dependabot.yml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
version: 2
2+
updates:
3+
# Maintain GitHub Action runners
4+
- package-ecosystem: "github-actions"
5+
directory: "/"
6+
target-branch: dev
7+
commit-message:
8+
prefix: "[Dependabot]"
9+
labels:
10+
- Dependencies
11+
assignees:
12+
- JimLewis
13+
- Paebbels
14+
schedule:
15+
interval: "daily" # Checks on Monday trough Friday.

0 commit comments

Comments
 (0)