Skip to content

Commit ca0b8fa

Browse files
authored
chore(dependabot): Added dependabot integration for github actions and go (#364)
Signed-off-by: Claudiu <[email protected]>
1 parent 9580975 commit ca0b8fa

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

.github/dependabot.yaml

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
version: 2
2+
updates:
3+
- package-ecosystem: "github-actions"
4+
directory: "/"
5+
schedule:
6+
interval: "weekly"
7+
commit-message:
8+
prefix: "chore(actions):"
9+
labels:
10+
- "dependencies"
11+
- "github-actions"
12+
- package-ecosystem: "gomod"
13+
directory: "/"
14+
schedule:
15+
interval: "weekly"
16+
commit-message:
17+
prefix: "chore(actions):"
18+
labels:
19+
- "dependencies"
20+
- "go"

0 commit comments

Comments
 (0)