Skip to content

Commit 064008f

Browse files
dploegerDennis Ploeger
authored andcommitted
chore: Added dependabot configuration
1 parent 75fcd97 commit 064008f

1 file changed

Lines changed: 19 additions & 0 deletions

File tree

.github/dependabot.yml

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
# Set update schedule for GitHub Actions
2+
version: 2
3+
updates:
4+
- package-ecosystem: "gomod"
5+
directory: "/"
6+
schedule:
7+
interval: "daily"
8+
allow:
9+
- dependency-type: "direct"
10+
- package-ecosystem: "npm"
11+
directory: "/ccc-client"
12+
schedule:
13+
interval: "daily"
14+
allow:
15+
- dependency-type: "direct"
16+
- package-ecosystem: "github-actions"
17+
directory: "/"
18+
schedule:
19+
interval: "weekly"

0 commit comments

Comments
 (0)