Skip to content

Commit 0b0f7cf

Browse files
author
Gordon J. Köhn
committed
adding minimal dependabot
1 parent d90a774 commit 0b0f7cf

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

.github/workflows/dependabot.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# Dependabot for GitHub Actions
2+
3+
version: 2
4+
updates:
5+
6+
- package-ecosystem: "github-actions"
7+
directory: "/"
8+
schedule:
9+
interval: "weekly"
10+
target-branch: "rubicon"
11+
commit-message:
12+
prefix: "GitHub Actions"
13+
include: "scope"

0 commit comments

Comments
 (0)