Skip to content

Commit 66180c2

Browse files
committed
Adds dependabot.yml for gh action auto-updates
Signed-off-by: afzal442 <[email protected]>
1 parent 6111eec commit 66180c2

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

.github/dependabot.yml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
version: 2
2+
updates:
3+
4+
updates:
5+
# Set update schedule for gomod
6+
- package-ecosystem: "gomod"
7+
directory: "/"
8+
schedule:
9+
# Check for updates to GitHub Actions every weekday
10+
interval: "daily"
11+
12+
# Set update schedule for GitHub Actions
13+
- package-ecosystem: "github-actions"
14+
directory: "/"
15+
schedule:
16+
# Check for updates to GitHub Actions every weekday
17+
interval: "daily"

0 commit comments

Comments
 (0)